Closed
Bug 187268
Opened 23 years ago
Closed 23 years ago
List markers is 0,0,0... when overflow property of ol element is not "visible"
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
People
(Reporter: masayuki, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20021230
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20021230
When the ol element has overflow:auto; or overflow:scroll,
all list marker of the ol element's list items are ZERO.
Reproducible: Always
Steps to Reproduce:
Expected Results:
It is similarly displayed as ol element having overflow:visible;.
Show this test case.
http://bugzilla.mozilla.gr.jp/attachment.cgi?id=1434&action=view
![]() |
||
Comment 1•23 years ago
|
||
.
Assignee: other → block-and-inline
Status: UNCONFIRMED → NEW
Component: Layout → Layout: Block & Inline
Ever confirmed: true
*** This bug has been marked as a duplicate of 4522 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 4•22 years ago
|
||
dbaron: Why is this a dupe of 4522?
Having a parent that's a scroll frame (since we use frames for scrolling) is
just like having a parent that's not a block.
That said, the testcase works for me.
Comment 6•22 years ago
|
||
dbaron: Ok, that makes sense. Thanks.
Testcase is indeed WFM. I seem to recall roc recently changed the way we did
scroll frames or something, which might explain it. (It's broken in Firebird 0.7.)
You need to log in
before you can comment on or make changes to this bug.
Description
•