[Webkit-unassigned] [Bug 60170] [Chromium] Speech-enabled input fields need the ability to trigger without a click

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 25 15:46:02 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60170





--- Comment #19 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-08-25 15:46:01 PST ---
(From update of attachment 97778)
View in context: https://bugs.webkit.org/attachment.cgi?id=97778&action=review

> Source/WebKit/chromium/public/WebInputElement.h:81
> +        WEBKIT_API void startOrStopSpeechInput();

This startOrStop method is a bit awkward.  It seems like the caller has
no way to know what the current state is, which means that they have to
just make a guess.  This might be OK for certain kinds of UI, or embeddings,
but it seems like it could be a pretty confusing API for others.

How about just having separate methods for starting and stopping speech input?

-- 
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