Re: Exceptions in event listeners triggered by dispatchEvent().
Glenn Maynard <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CABirCh907ptc5pcEz73TBuxS=jz0QLWPfGbN-vCaduwe89ju7Q@mail.gmail.com> |
On Wed, Jun 5, 2013 at 9:19 AM, Glenn Maynard <[email protected]> wrote: > This works in Chrome, including calling the onerror event handler called > with its special-cased arguments: > http://zewt.org/~glenn/test-error-handler.html. Firefox doesn't handle > this yet, so you end up with the event handler called with incorrect > arguments. (IE10 doesn't seem to have any way to create an ErrorEvent > object yet; the interface exists but isn't a constructor.) I'll file a bug > on HTML. > https://www.w3.org/Bugs/Public/show_bug.cgi?id=22310 -- Glenn Maynard