Re: XBL bound tag in a template DOM timing issue
Laura Chenault <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <40a8e136-1517-405f-9987-87e7481ca027@c14g2000prn.googlegroups.com> |
On Oct 8, 6:12 am, Neil Deakin <[email protected]> wrote: > You may want to just wait for the rdf file to be read first, which > unfortunately, isn't that simple. Seehttps://developer.mozilla.org/en/RDF_in_Mozilla_FAQ Wow so it looks like a top-down polling method, checking .loaded. It's unfortunate that it's not a callback. My choice looks like window.setTimeout() and repeat it if not yet .loaded. Yikes! Well I'll wrap this in a nice library function so it's easy to wrap my xbl constructors with. Thanks Neil. Cheers, --fletch