Closed
Bug 306371
Opened 19 years ago
Closed 19 years ago
file that renders text partly left of the display
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mnemo, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.11) Gecko/20050728 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.11) Gecko/20050728 the path c:\apache\apache2\... and so on is rendered partly outside of the screen so that only the ache\Apache2\... part is actually seen. Reproducible: Always
here is the test case HTML that I use to generate the weird rendering.
Comment 3•19 years ago
|
||
The top DIV has a specified width of 400px. It's a float:right descender that overflows to the left because it does not fit within 400px. This is correct layout. (we should provide a horizontal scrollbar - that's a known bug though). -> INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•