Closed Bug 187268 Opened 22 years ago Closed 22 years ago

List markers is 0,0,0... when overflow property of ol element is not "visible"

Categories

(Core :: Layout: Block and Inline, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 4522

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
.
Assignee: other → block-and-inline
Status: UNCONFIRMED → NEW
Component: Layout → Layout: Block & Inline
Ever confirmed: true
maybe dup of bug 4522.

*** This bug has been marked as a duplicate of 4522 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
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.
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.