Closed
Bug 117542
Opened 23 years ago
Closed 21 years ago
item list text doesn't use all space because of previous aligned image
Categories
(Core :: Layout: Floats, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 143162
Future
People
(Reporter: gradha, Assigned: attinasi)
References
()
Details
(Keywords: testcase)
Attachments
(3 files)
Say you have an image tag aligned to the right, and next an unordered list with
lot's of <li> tags and plain text. If the first item starts _after_ the image
height ends, the text flow will be rendered correctly. Otherwise, if the first
list item starts before the image height ends, all the following text (including
following <li> tags) won't fill the whole width of the page.
To see this go to the above URL, search for the text "(CEST)" without quotes and
the next image shows the problem. You may have to play with the browsers window
width to see how the <li> text is rendered differently.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
Reporter | ||
Comment 3•23 years ago
|
||
Please play with your browser's window width to see how the text of the <li>
elements change depending on wheter the first item is rendered after the first
image or not.
Comment 4•23 years ago
|
||
Grzegorz, what build are you using?
Reporter | ||
Comment 5•23 years ago
|
||
O, sorry about that, I didn't see any place in the forms to put that
information. According to the about: page...
Mozilla 0.9.7
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/2001122108
Comment 6•23 years ago
|
||
Confirming in the Jan 03rd build (2002-01-03-08) build under Mac OS X.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•23 years ago
|
Target Milestone: --- → Future
Comment 8•23 years ago
|
||
See also bug 136792 for similar behavior.
Comment 9•21 years ago
|
||
*** Bug 136792 has been marked as a duplicate of this bug. ***
Comment 10•21 years ago
|
||
This is caused by the -moz-float-edge setting we have on <li>. Instead of
flowing around floats, <li>s just resize to avoid them. Dupping to bug that
covers that.
*** This bug has been marked as a duplicate of 143162 ***
*** This bug has been marked as a duplicate of 143162 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Component: Layout → Layout: Floats
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•