Open
Bug 265676
Opened 20 years ago
Updated 2 years ago
AdjustAbsoluteContainingBlock may need revising
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
Details
AdjustAbsoluteContainingBlock (in nsCSSFrameConstructor.cpp) uses the first-in-flow of the frame passed in as the containing block if 1) The prescontext is paginated 2) The frame is inline It has this comment to go with that: // Use the first-in-flow of a positioned inline frame in galley mode as the // containing block. We don't need to do this for a block, since blocks aren't // continued in galley mode. I'm not sure what, if anything, needs to be changed in this code for columns...
Assignee: roc → nobody
Updated•6 years ago
|
Product: Core → Core Graveyard
| Assignee | ||
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•