Closed
Bug 466541
Opened 16 years ago
Closed 9 years ago
Page with many elements styled by CSS is rendered slow since Firefox 3
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: JasnaPaka, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
application/zip
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b2pre) Gecko/20081124 Minefield/3.1b2pre
1) Get latest Firefox 3.1 NB.
2) Visit URL http://k8.kreteni.cz/tz/mapa.php?tz=cz&osoba=133
3) Firefox stops response and after some time (>20s) renders map with many items styled by CSS.
Page is rendered immediately in Firefox 2.0.0.18.
Updated•16 years ago
|
Component: Style System (CSS) → Layout
QA Contact: style-system → layout
Comment 1•16 years ago
|
||
What styles make it slow?
It's about absolut position of lots of images.
Removing
div.tz img, img.p { position:absolute }
from the stylesheet speeds things up.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Comment 3•16 years ago
|
||
I'd rather have things like this dependent so we remember to double-check when the other bug is fixed. It's not uncommon to need a separate fix for the seeming duplicates after all. :(
Comment 4•16 years ago
|
||
If someone can attach an unminimized locally saved version of the page (save page, complete) that still shows the problem, that would be very much appreciated.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 5•16 years ago
|
||
Mozilla/5.0 (Windows NT 6.0; rv:49.0) Gecko/20100101 Firefox/49.0
Mozilla/5.0 (Windows NT 6.0; rv:46.0) Gecko/20100101 Firefox/46.0
I tested on the latest Firefox release(46.0) and latest Nightly build (49.0) using page from attachment and I can't reproduce the issue.
I will close the bug. If anyone can still reproduce the issue on a current build, fell free to reopen it.
Status: NEW → RESOLVED
Closed: 16 years ago → 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•