[Bug 14457] Add Element.dblclick. Apparently calling .click is better than synthesizing a click event using .createEvent, so there should be a .dblclick method aswell.

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #1 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-14 18:29:54 UTC ---
.click() is nothing like synthesizing a click event. It's how you actually
cause the browser to act as if the user had clicked, which can't be done by
synthesizing a click event.

What's the use case for .dblclick()?

-- 
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 Friday, 14 October 2011 18:30:00 UTC