Closed
Bug 243019
Opened 21 years ago
Closed 21 years ago
[FIX]"Wrong parent style context" warnings in profile wizard
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla1.8alpha1
People
(Reporter: Biesinger, Assigned: bzbarsky)
Details
Attachments
(1 file)
1.11 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
This is a gtk2+xft build from current cvs trunk (seamonkey).
When creating a new profile, I Get these warnings:
frame: DocElementBox(wizard)(-1) (0x8424f18) style: 0x8424e98 {}
Has parent context: style: 0x8424cb8 :-moz-canvas {}
Should be null
frame: DocElementBox(wizard)(-1) (0x8424f18) style: 0x8424e98 {}
Has parent context: style: 0x8424cb8 :-moz-canvas {}
Should be null
frame: DocElementBox(wizard)(-1) (0x8424f18) style: 0x8424e98 {}
Has parent context: style: 0x8424cb8 :-moz-canvas {}
Should be null
frame: DocElementBox(wizard)(-1) (0x8424f18) style: 0x8424e98 {}
Has parent context: style: 0x8424cb8 :-moz-canvas {}
Should be null
frame: DocElementBox(wizard)(-1) (0x8424f18) style: 0x8424e98 {}
Has parent context: style: 0x8424cb8 :-moz-canvas {}
Should be null
frame: DocElementBox(wizard)(-1) (0x8424f18) style: 0x8424e98 {}
Has parent context: style: 0x8424cb8 :-moz-canvas {}
Should be null
frame: DocElementBox(wizard)(-1) (0x8424f18) style: 0x8424e98 {}
Has parent context: style: 0x8424cb8 :-moz-canvas {}
Should be null
frame: DocElementBox(wizard)(-1) (0x8424f18) style: 0x8424e98 {}
Has parent context: style: 0x8424cb8 :-moz-canvas {}
Should be null
I believe I got one of those per page of the wizard, but I'm not sure about that.
my mozconfig:
ac_add_options --enable-crypto
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-xft
ac_add_options --disable-optimize
ac_add_options --enable-debug
Reporter | ||
Comment 1•21 years ago
|
||
actually, just clicking "create profile" lead to 3 or 4 of those warnings
![]() |
Assignee | |
Comment 2•21 years ago
|
||
The patch in bug 236921 missed the case when the root has an XBL binding with
scoped sheets attached to it.
Assignee: dbaron → bzbarsky
Status: UNCONFIRMED → ASSIGNED
![]() |
Assignee | |
Updated•21 years ago
|
Attachment #147993 -
Flags: superreview?(roc)
Attachment #147993 -
Flags: review?(roc)
![]() |
Assignee | |
Updated•21 years ago
|
Priority: -- → P3
Summary: "Wrong parent style context" warnings in profile wizard → [FIX]"Wrong parent style context" warnings in profile wizard
Target Milestone: --- → mozilla1.8alpha
Reporter | ||
Comment 3•21 years ago
|
||
would this patch also fix a similar warning, just for dialog instead of wizard?
(happened when clicking "delete profile", I think)
![]() |
Assignee | |
Comment 4•21 years ago
|
||
It should, yes.
Reporter | ||
Comment 5•21 years ago
|
||
(In reply to comment #4)
> It should, yes.
and it indeed does.
Attachment #147993 -
Flags: superreview?(roc)
Attachment #147993 -
Flags: superreview+
Attachment #147993 -
Flags: review?(roc)
Attachment #147993 -
Flags: review+
![]() |
Assignee | |
Comment 6•21 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•