Closed
Bug 482592
Opened 16 years ago
Closed 16 years ago
[FIX]nsCSSFrameConstructor::ContentInserted uses wrong container node in some places
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
6.97 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
In particular, it's using aContainer for things like :before/:after checks first-line stuff, etc. But it should be using |container|, since that's the content of the XBL insertion point we're working with.
Patch with tests coming up.
Assignee | ||
Comment 1•16 years ago
|
||
The tests for this will depend on the patch in bug 482585.
Depends on: 482585
Assignee | ||
Comment 2•16 years ago
|
||
Attachment #366732 -
Flags: superreview?(roc)
Attachment #366732 -
Flags: review?(roc)
Attachment #366732 -
Flags: superreview?(roc)
Attachment #366732 -
Flags: superreview+
Attachment #366732 -
Flags: review?(roc)
Attachment #366732 -
Flags: review+
Assignee | ||
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•