Closed
Bug 289418
Opened 20 years ago
Closed 20 years ago
div style="overflow: auto;" causes to render garbage
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: thomasm2, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.6) Gecko/20050321 Firefox/1.0.2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.6) Gecko/20050321 Firefox/1.0.2 A page with <div style="overflow: auto;"> and many lines with ' ' causes Firefox to display garbage after a few KB of text. Example pages: http://users.quick-line.ch/thomasm/test1.htm http://users.quick-line.ch/thomasm/test2.htm http://users.quick-line.ch/thomasm/test3.htm Basically, the test page starts with: <html> <head><title>Testcase</title></head> <body> <div style="overflow: auto;"> then this block is repeated until the file is about 120 KB: a<br> b<br> c<br> d<br> e<br> f<br> g<br> Send hsqldb-developers mailing list submissions to<br> The file ends with: </div> </body></html> Reproducible: Always Steps to Reproduce: 1. Open the page 2. Scroll down 3. Watch the garbage Actual Results: Garbage is rendered after scrolling down. Expected Results: The page should render correctly. -
Comment 1•20 years ago
|
||
WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050407 Firefox/1.0+ Please test with a trunk build when it comes to layout issues: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/ Please feel free to open if you can reproduce with a trunk build.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Comment 2•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.6) Gecko/20050321 Firefox/1.0.2 Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050407 Firefox/1.0+ WFM
You need to log in
before you can comment on or make changes to this bug.
Description
•