Closed
Bug 4331
Opened 26 years ago
Closed 26 years ago
Mozilla cuts left section
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: alan-lists, Assigned: buster)
References
()
Details
PilotGear's http://www.pilotgear.com has a new format and under Mozilla 3/26/99
build the left side (is cut off in browswer). Not sure of the number of pixals,
but the number is high. Several characters...
Assignee: troy → kipp
Summary: Mozilla cuts left section → Mozilla cuts left section
Kipp, the problem seems to be that the table has "align=center" specified for
it, and so we're centering it so that some of it sticks off the left side. If
you make the window really wide, then the problem doesn't happen. The smaller
the window then the more sticks off the left
A simple bug in the nsHTMLReflowState code - CalculateLeftRightMargin wasn't
handling a negative availMarginSpace.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Fixed in April 5th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•