Closed
Bug 207865
Opened 22 years ago
Closed 22 years ago
ASSERTION: unable to normalize attribute name: 'NS_SUCCEEDED(rv)', file i:/build/mozilla/content/xul/content/src/nsXULElement.cpp, line 1301
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
Details
(Keywords: assertion)
Attachments
(1 file)
768 bytes,
patch
|
neil
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: unable to normalize attribute name: 'NS_SUCCEEDED(rv)', file
i:/build/mozilla/content/xul/content/src/nsXULElement.cpp, line 1301
nsWidgetStateManager.js tries to setAttribute(property /*""*/, ...) which xul
doesn't like.
Break: at file i:/build/mozilla/content/xul/content/src/nsXULElement.cpp, line 1301
0 [native frame]
1 anonymous(aElement = [object XULElement @ 0x12a125b0], aDataObject = )
["chrome://global/content/nsWidgetStateManager.js":207]
property = ""
this = [object Object]
2 anonymous(aElementID = "intlAcceptLanguages", aDataObject = )
["chrome://global/content/nsWidgetStateManager.js":402]
element = [object XULElement @ 0x12a125b0]
this = [object ChromeWindow @ 0x1237a248]
3 anonymous(aPageTag = "chrome://communicator/content/pref/pref-languages.xul")
["chrome://global/content/nsWidgetStateManager.js":186]
pageData =
elementID = "intlAcceptLanguages"
element = [object XULElement @ 0x12a125b0]
elementType = "broadcaster"
set_Func = [function]
this = [object Object]
4 anonymous(aPageTag = "chrome://communicator/content/pref/pref-languages.xul")
["chrome://communicator/content/pref/nsPrefWindow.js":372]
header = [object XULElement @ 0x124526d8]
prefElements = [object NodeList @ 0x12a12288]
i = 7
prefstring = "intl.charset.default"
prefid = "DefaultCharsetList"
preftype = "localizedstring"
elt = "menulist"
prefdefval = ""
prefattribute = "value"
prefvalue = "ISO-8859-1"
root =
isPrefLocked = false
this = [object Object]
dup of bug 160360?
*** Bug 160360 has been marked as a duplicate of this bug. ***
Attachment #134761 -
Flags: superreview?(darin)
Attachment #134761 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 4•22 years ago
|
||
Comment on attachment 134761 [details] [diff] [review]
fix xul
Mmmm... so how long has this panel been busted ;-)
Attachment #134761 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Updated•22 years ago
|
Attachment #134761 -
Flags: superreview?(darin) → superreview+
Comment 5•22 years ago
|
||
UNCONF ?
yeah, i wasn't sure if it was a dupe (it was) - thanks to rkaa for finding the pair.
fix checked in
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•