Modify ↓
Opened 19 years ago
Closed 19 years ago
#1657 closed defect (fixed)
slow rendering on ie
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/browser | Version: | 0.8.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
http://trac.lighttpd.net/trac/file/branches/lighttpd-1.3.x/ChangeLog download speed is fast, but rendering on ie is tooo slow
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
This is a known issue.
It's because of one CSS setting (.code-block { overflow: auto
}).
See #1345.
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Slow? Took about 2 secs in my IE (IE 6.0) and about same time in Firefox, scrolling is a bit slower with IE than with Firefox.
For some reason Firefox stops rendering somewhere around '15.08.2004' (Firefox/1.0.4)
So this is actually issue of browsers, IE works - slow but works, Firefox seems not to work at all.
As being a bit paranoid I run page through HTML and CSS validator at w3c.org and both validated. So it's just a browser issue.
You might want to file bug report for both Firefox and IE.