Closed Bug 7411 Opened 25 years ago Closed 25 years ago

Feature: Synchronous load for xul fragments

Categories

(Core :: XUL, defect, P3)

defect

Tracking

()

VERIFIED WONTFIX

People

(Reporter: slamm, Assigned: hyatt)

References

Details

Having a synchronously loaded xul fragment would make it possible to easily use
xul fragments as templates.

In other words, I want to be able to load a xul fragment and then change some
aspects of its contents.
Blocks: 7403
Status: NEW → ASSIGNED
Do you really need synchronous fragments?  Couldn't you have one loaded into the
document prior to the onload handler firing, and then use it then?  Is it a
requirement that you have to suck the fragment in at some later date?
Target Milestone: M8
I guess you are right, I could wait until the fragments load and then fillin
their content. If I wanted to use the same fragment as a template, would I just
make copies of one frament (i.e. newFrag = frag.clodeNode(true);)?
Blocks: 8001
No longer blocks: 7403
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Yeah. I'm closing this, since this is just really hard to do, and I think we
have a workaround.
Status: RESOLVED → VERIFIED
ok. just reopen if need be... [marking verified]
You need to log in before you can comment on or make changes to this bug.