Closed
Bug 453552
Opened 17 years ago
Closed 17 years ago
too many div's causes page to completely mess up
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 256180
People
(Reporter: goffster, Unassigned)
Details
Attachments
(1 file)
|
152.04 KB,
application/octet-stream
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1
I had 200+ of these:
<div style="page-break-before: always; " />
at the same level in a pure html tag.
Safari & IE rendered prefectly and quickly
firefox ran slowly and then rendered very incorrectly
(tables started having no borders and rendered in a single column)
Reproducible: Always
Steps to Reproduce:
1.Load page including too many divs
2. Display page
3. Notice that tables near the end are all screwed up
If you need me me to attach a file containing the problem I can.
Comment 2•17 years ago
|
||
Please note that "/>" does not close a tag in HTML so you have
200+ nested elements.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•