[Bug 14427] Investigate if click()'s click-in-progress should apply to user and/or script initiated clicks

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

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

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

--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-14 18:36:58 UTC ---
Per the spec, there'll be only one window open, but the reason is a bit weird:
it's because the event fired for the click() method is not trusted, so that
window is popup-blocked (popups in the spec are only allowed if all the current
click events are trusted). The 'onclick' event handler does trigger twice; the
second time it triggers, the click() method does nothing, because the element's
click-in-progress flag is set.

As far as I can tell, what the spec says here seems reasonable.

-- 
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:37:00 UTC