Re: xml/xsl document events for debugger (pagehide, pageshow)
"John J. Barton" <[email protected]> Sat, 16 Jun 2007 10:04:53 -0700
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Message-ID | <[email protected]> |
Martin Honnen wrote:
> 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.
>
I should not have included that event here, since I knew about that bug.
How about pageshow and pagehide?