[Bug 12949] click() shouldn't have special powers over dispatching click event manually

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12949

--- Comment #21 from Anne <annevk@opera.com> 2011-07-05 09:28:40 UTC ---
>From the logic of dispatching events it does not make sense that the event
carries the default action. It should be the context that says to dispatch the
event:

if(dispatchEvent(event))
  defaultAction()

It makes way more sense the way HTML defines it now.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 5 July 2011 09:28:46 UTC