NEW 65215
dispatchEvent should not trigger default actions (for synthetic events)
https://bugs.webkit.org/show_bug.cgi?id=65215
Summary dispatchEvent should not trigger default actions (for synthetic events)
Darin Fisher (:fishd, Google)
Reported 2011-07-26 16:01:34 PDT
dispatchEvent should not trigger default actions http://www.whatwg.org/specs/web-apps/current-work/#interactive-content Note this tid-bit: "The above doesn't happen for arbitrary synthetic events dispatched by author script. However, the click() method can be used to make it happen programmatically." This came up in the context of https://bugs.webkit.org/show_bug.cgi?id=64580.
Attachments
Darin Fisher (:fishd, Google)
Comment 1 2011-07-26 16:23:20 PDT
I suspect that we should fix https://bugs.webkit.org/show_bug.cgi?id=27880 along with this. It is important that people have a programmatic way to "click" on an element if synthetic "click" events are going to be neutered.
Note You need to log in before you can comment on or make changes to this bug.