Closed
Bug 5222
Opened 26 years ago
Closed 22 years ago
[xul] document.createDocFragment() not implemented
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: waterson, Assigned: waterson)
References
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
application/vnd.mozilla.xul+xml
|
Details |
Charlie, is this still blocking you? If so, please change it to [BLOCK].
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M5
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Comment 1•26 years ago
|
||
Charlie: slipping to M6. Is this a problem?
Comment 2•26 years ago
|
||
Slipping to M6 is not a problem for my work.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Comment 3•26 years ago
|
||
Load balancing.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M15
Assignee | ||
Comment 4•26 years ago
|
||
Rolling this off the turnip truck. We can pull it back in if it becomes
critical for beta.
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Assignee | ||
Updated•25 years ago
|
Target Milestone: M15 → M20
Assignee | ||
Comment 6•25 years ago
|
||
-> editor
Assignee: waterson → trudelle
Status: ASSIGNED → NEW
QA Contact: gerardok → jrgm
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M20 → Future
Comment 8•24 years ago
|
||
Maybe this should be closed? I can do the same thing with DOMParser.
parser = new DOMParser();
someCode = '<window ' +
'xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">' +
someXULcodeSTRING + '</window>'
xul = parser.parseFromString(someCode,'text/xml');
xul = xul.childNodes[0];
Well, something like that anyway. It works.
Comment 9•22 years ago
|
||
Amazing that this bug is over two years old and the last comment on it was over
a year ago!
Comment 10•22 years ago
|
||
11413 is closed Cfrmd Invalid; removed from 5222 blocks
No longer blocks: 11413
Comment 11•22 years ago
|
||
I strongly suspect the fix for bug 124412 fixed this bug as well (but I can't
d/l a nightly at the moment). Can someone run the testcase on a nightly dated
2003032608 or later and check that?
Comment 12•22 years ago
|
||
Confirmed: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4a) Gecko/2003032611
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•