Hi all,
I made some testing on WinXP using IE7, FF3pre, Opera9.5b, Safari3.1
http://mozilla.pettay.fi/moztests/events/browser-keyCodes.htm
-Olli
Stewart:
Here an example of an application defining an event, where canDispatch
returns 'false' (at least in our interpretation of the current
specification)
[it's java :-)]
-
DocumentBuilderFactory docBF = DocumentBuilderFactory.newInstance();
Documen
* Stewart Brodie wrote:
>Where the DOM Level 3 Events document is lacking, in my opinion, is that it
>does not say enough about dispatch of events to objects that implement
>EventTarget but do not implement Node. In my DOM implementation, my
>XMLHttpRequest objects implement EventTarget. Quite h
Jean-Yves Bitterlich <[EMAIL PROTECTED]> wrote:
> Bjoern,
> Thanx very much for the prompt reply.
> here tackling the EventTarget.dispatchEvent point:
> (see inline)
>
> Bjoern Hoehrmann wrote:
> > * Jean-Yves Bitterlich wrote:
> >
> >> Method: EventTarget.dispatchEvent(Event evt)
> >> It is
* Jean-Yves Bitterlich wrote:
>First step, I created an intstance of UIEvent with type DOMActivate by
>DocumentEvent.createEvent("UIEvent") and UIEvent.initUIEvent(..) with
>appropriate parameters.
>
>Second step, I tried to dispatch this instance of UIEvent to Comment by
>((EventTarget)someCom
Bjoern,
Thanx very much for the prompt reply.
here tackling the EventTarget.dispatchEvent point:
(see inline)
Bjoern Hoehrmann wrote:
* Jean-Yves Bitterlich wrote:
Method: EventTarget.dispatchEvent(Event evt)
It is unclear how to notify an application about incorrect event target,
* Jean-Yves Bitterlich wrote:
>Method: EventTarget.dispatchEvent(Event evt)
>It is unclear how to notify an application about incorrect event target,
>when correct event is being dispatched to incorrect eventTarget by
>EventTarget.dispatchEvent(Event evt).
Thank you for your comments. The DOM Eve
Jean-Yves Bitterlich wrote:
* DOM3/Event/EventTarget
Specification: http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/
Method: EventTarget.dispatchEvent(Event evt)
It is unclear how to notify an application about incorrect event target, when
correct event is being dispatched to incorrect
Hello Editors,
In the context of JSR280 DOM API (JCP), I have here a couple of requests for clarifications for various WebAPI/DOM specifications/drafts. I kindly ask you for your opinion ...
Charles McCathieNevile wrote:
Hi Jean-Yves,
can you please send them to the public-webapi@w3.or