Closed Bug 272009 Opened 20 years ago Closed 20 years ago

CSS3 columns don't work with position: absolute

Categories

(Core :: Layout, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 277421

People

(Reporter: bob, Assigned: roc)

Details

(Keywords: css3, testcase)

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a5) Gecko/20041119
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a5) Gecko/20041119

-moz-column-count has no effect on absolutely positioned blocks.

Reproducible: Always
Steps to Reproduce:
Keywords: css3
Attached file Testcase
This testcase show 4 paragraphs with -moz-column-count: 2.
1st is position: static and is OK
2nd is position: relative and is OK
3rd is position: absolute and has only 1 column
4th is position: fixed and has only 1 column
Assignee: nobody → roc
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
The multiple branches in ConstructFrameByDisplayType for floated, positioned,
etc boxes are what's responsible for this....  We really need to work on
refactoring that code into a single codepath, I think.
Is this bug related to bug 277421 ?
Er, yes.  I'm sorry I filed a duplicate... :(

*** This bug has been marked as a duplicate of 277421 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: