Closed
Bug 301335
Opened 19 years ago
Closed 17 years ago
lists (-moz-float-edge) after a left floating block are shifted outside of the viewport
Categories
(Core :: Layout: Floats, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 283798
People
(Reporter: pascalc, Assigned: dbaron)
References
Details
(Keywords: css1, testcase)
Attachments
(2 files)
Tested with both aviary (1.0.4) build and Deer park Alpha 2 on Windows XP
1 float a <div> with some content
2 follow it with a list
expected result :
The div taking all the available horizontal width, the list should be under the
floating block
actual result :
the list is displayed on the right of the floating box, causing an horizontal
scrollbar
The problem does not happen with other type of blocks (definition lists,
paragraphes), only with <ul> and <ol>.
(testcase comming)
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Updated•19 years ago
|
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 262195 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 3•19 years ago
|
||
There is no dir="rtl" here, so I don't think it's a dupe of bug 262195. It may be a dupe of bug 143162, though.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 4•19 years ago
|
||
*** This bug has been marked as a duplicate of 143162 ***
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Component: Style System (CSS) → Layout: Floats
Resolution: --- → DUPLICATE
Assignee | ||
Comment 5•19 years ago
|
||
Actually, dependency, not duplicate (although it may be a duplicate of another bug that I can't find right now).
Status: RESOLVED → REOPENED
Depends on: 143162
Resolution: DUPLICATE → ---
Summary: lists after a left floating block are shifted outside of the viewport → lists (-moz-float-edge) after a left floating block are shifted outside of the viewport
Comment 6•17 years ago
|
||
I'm seeing this bug also on http://www.gelderlander.nl/gezondheid/index.jsp;jsessionid=94ACCE007C86C820EEEC81C1FDF85720
Assignee | ||
Comment 7•17 years ago
|
||
Fixed.
Status: REOPENED → RESOLVED
Closed: 19 years ago → 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•