Closed
Bug 332872
Opened 18 years ago
Closed 18 years ago
get rid of unnecessary switch debug console warning
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aaronr, Assigned: aaronr)
Details
(Keywords: fixed1.8.0.5, fixed1.8.1)
Attachments
(2 files, 1 obsolete file)
I noticed a debug console warning when loading a switch. It is generated by nsXFormsCaseElement::SetSelected failing due to the fact that when it tries to QI the case element to a nsIXFormsCaseElementUI and it can't because XBL hasn't attached yet. It is ok that it fails, but the debug console error is annoying me :=)
Attachment #217328 -
Flags: superreview?(Olli.Pettay)
Attachment #217328 -
Flags: review?(doronr)
first testcase had missing </h2>...ugh!
Attachment #217329 -
Attachment is obsolete: true
Updated•18 years ago
|
Attachment #217328 -
Flags: review?(doronr) → review+
Updated•18 years ago
|
Attachment #217328 -
Flags: superreview?(Olli.Pettay) → review+
checked into trunk on 2006/04/11
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: xf-to-branch
Updated•18 years ago
|
Keywords: fixed1.8.1
Updated•18 years ago
|
Keywords: fixed1.8.0.5
Updated•18 years ago
|
Whiteboard: xf-to-branch
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•