[Webkit-unassigned] [Bug 44427] Pass the element's bounds to embedder during speech recognition.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 25 09:33:48 PDT 2010


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





--- Comment #13 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-08-25 09:33:48 PST ---
(From update of attachment 65162)
WebKit/chromium/public/WebSpeechInputController.h:46
 +      virtual bool startRecognition(int requestId, const WebRect&)
Looking at this public API, it is quite mysterious what this WebRect
parameter is supposed to mean.  You should give it a meaningful name
and perhaps add some documentation.

Neither the ChangeLog nor the bug description says anything about why
you need this.  Are you trying to have the embedder externally position
something on top of the input element?

You should be sure to document the coordinates of this WebRect.  Have
you considered what happens if the user zooms or scrolls the page?
(Note you can scroll the page without changing focus by using the
mouse wheel.)

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