[Webkit-unassigned] [Bug 45181] Ignore programmatic clicks on speech input button.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 6 06:32:36 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45181
Jeremy Orlow <jorlow at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #66633|review?, commit-queue? |review-, commit-queue-
Flag| |
--- Comment #7 from Jeremy Orlow <jorlow at chromium.org> 2010-09-06 06:32:36 PST ---
(From update of attachment 66633)
View in context: https://bugs.webkit.org/attachment.cgi?id=66633&action=prettypatch
> LayoutTests/fast/speech/speech-button-ignore-generated-events-expected.txt:9
> +TEST COMPLETE
Add newline at end.
> LayoutTests/fast/speech/speech-button-ignore-generated-events.html:20
> + var input = document.createElement('input');
put this in the page itself
> LayoutTests/fast/speech/speech-button-ignore-generated-events.html:32
> + }, 500);
this is flaky!!!!
is there some number of setTimeouts that makes this deterministic? or something like that?
> LayoutTests/fast/speech/speech-button-ignore-generated-events.html:41
> + event.initMouseEvent('click', true, true, window, 1, pageX, pageY, clientX, clientY,
is there any way to know for sure that this fired on the correct element?
sorry i'm being so nit picky, but this is a very important test :-)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list