RESOLVED FIXED 65333
Fix speech input icon rect on RTL directions
https://bugs.webkit.org/show_bug.cgi?id=65333
Summary Fix speech input icon rect on RTL directions
Leandro Graciá Gil
Reported 2011-07-28 11:38:15 PDT
Currently when using speech input the rect containing the whole input element is provided to the client so it can show any popup of their choice when the recognition starts. However this fails in right-to-left text environments because it assumes the icon to be always on the right. This patch fixes this problem by returning the rect of the speech icon itself instead of the whole input element.
Attachments
Patch (1.75 KB, patch)
2011-07-28 11:51 PDT, Leandro Graciá Gil
tonyg: review+
Leandro Graciá Gil
Comment 1 2011-07-28 11:51:11 PDT
Leandro Graciá Gil
Comment 2 2011-07-29 05:49:19 PDT
Note You need to log in before you can comment on or make changes to this bug.