Closed
Bug 445298
Opened 17 years ago
Closed 16 years ago
XUL cannot display text when import a node using javascript
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 348830
People
(Reporter: lguan, Assigned: jag+mozilla)
Details
Attachments
(1 file)
989 bytes,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9) Gecko/2008052906 Firefox/3.0
XUL can not display the label of any control right when import a node from a string, when the node imported have children.
Reproducible: Always
Steps to Reproduce:
1.copy the example to an xul file
2.use file->open file to open the saved file
3.you can see the result
Actual Results:
the label on the second button is not displayed.
Expected Results:
all the buttons should have labels on them.
I've tried this on 2 windows xp computer,1 ubuntu computer and Mook's(an admin on irc://irc.mozilla.org/extdev) computer, all test showing the same result.
And I found a bug pretty like this one, don't know whether it is the same problem.
https://bugzilla.mozilla.org/show_bug.cgi?id=99956
Reporter | ||
Comment 1•17 years ago
|
||
this is a short test to show the bug about appendChild, but all other functions used to import a node have the same problem when the node is imported from a string or a file
Reporter | ||
Updated•17 years ago
|
Summary: XUL desplay no text when import a node using javascript → XUL display no text when import a node using javascript
Reporter | ||
Updated•17 years ago
|
Component: General → Extension Compatibility
Summary: XUL display no text when import a node using javascript → XUL cannot display text when import a node using javascript
Reporter | ||
Updated•17 years ago
|
Severity: normal → major
Reporter | ||
Comment 3•17 years ago
|
||
is there anybody who is working on this bug?
Comment 4•16 years ago
|
||
Testcase seems to confirm the bug, though I think this is the wrong place.
--> Core::XUL
Assignee: nobody → jag
Status: UNCONFIRMED → NEW
Component: Extension Compatibility → XUL
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → xptoolkit.widgets
Comment 5•16 years ago
|
||
Duplicate of one of the xul in xml bugs.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•