Re: xml/xsl document events for debugger (pagehide, pageshow)
Martin Honnen <[email protected]> Fri, 15 Jun 2007 18:14:00 +0200
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
John J. Barton wrote:
> I have been trying to add support for XSLT pages to Firebug. The basic
> problem is that XSLT does not seem to signal these events:
> win.addEventListener("pagehide", onUnloadTopWindow, true);
> win.addEventListener("pageshow", onLoadWindowContent, true);
> win.addEventListener("DOMContentLoaded", onLoadWindowContent, true);
> Does anyone know if this is a known problem, a reflection of the
> incomplete state of XSLT implementation, or working as designed?
The DOMContentLoaded bug has been filed before
<https://bugzilla.mozilla.org/show_bug.cgi?id=325891>
although I haven't checked with a recent trunk build whether that still
applies.
--
Martin Honnen
http://JavaScript.FAQTs.com/