Closed Bug 63082 Opened 24 years ago Closed 24 years ago

Bad TD width judgement

Categories

(Core :: Layout: Tables, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: mikebabcock, Assigned: karnaze)

References

()

Details

I've noticed that on several pages (most notibly, the bugzilla helper referenced above), Mozilla likes to make a TD unnecessarily wide. In the case of the above page, if I have my browser set with 12pt fonts, I need at least a 900px wide window to view the page without horizontal scrollbars. When I make it smaller (say, 800px), and slide the scrollbar to the right to see what is requiring the window to be so wide, the first two paragraphs of black text fill the width of the (virtual) browser page, but the rest have a good 1" magin on the right, making them legible without scrolling left & right. This may just be a design problem on this page, but I've seen it elsewhere as well, and see no reason that one <P> section should be wrapped to its share of ~900px when the next is only taking its share of ~800px.
Same effect in Communicator 4.76
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
This Is Not A Bug[tm]. What you see here is several issues. One is that apart from the top logo banner, the page is encased in a single table. This means that the table cell on the right will be the width of the widest content element within it. That happens to the the DOCTYPE declarations given to activate the two major rendering modes in gecko. Both these are <code> elements and will appear monospaced exactly how they are written in the html source - in this example on one line, and this is pushing the right-hand-side quite far a way to the right. When the window is pulled back, the result is a horizontal scrollbar to view the <code> text. It is certainly correct behaviour as far as I can tell. Marking INVALID, however if the reporter can show other urls which produce similar behaviour he believes really is not right, then please reopen this bug by all means.
QA contact update
QA Contact: chrisd → amar
Marking as verified.. Its a invalid bug Build ID: 2001051015 Platfoem: RedHat Linux 7.0
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.