Re: [DOM3Events] Exceptions

IE9 throws this if you receive a trusted event, cache the event object, then later try to dispatch that event object through dispatchEvent.

-------------------------------------------------------------------------
From: Anne van Kesteren <annevk@opera.com>
Date: Wed, 09 Mar 2011 19:35:53 +0100
To: "www-dom@w3.org" <www-dom@w3.org>, "Jacob Rossi" <jrossi@microsoft.com>
Message-ID: <op.vr29x2dh64w2qv@anne-van-kesterens-macbook-pro.local>
On Wed, 09 Mar 2011 19:04:23 +0100, Jacob Rossi <jrossi@microsoft.com>  
wrote:
> IE9 also throws NOT_SUPPORTED_ERR (per the spec).

I think what Boris and Ojan said is that WebKit and Gecko sometimes throw  
NOT_SUPPORTED_ERR. Not whether they throw it for dispatchEvent() and so  
far nobody has given an example of when dispatchEvent() would throw that  
(in actual code).


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Thursday, 10 March 2011 00:53:41 UTC