Bug 65333

Summary: Fix speech input icon rect on RTL directions
Product: WebKit Reporter: Leandro Graciá Gil <leandrogracia>
Component: TextAssignee: Leandro Graciá Gil <leandrogracia>
Status: RESOLVED FIXED    
Severity: Normal CC: satish, tonyg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 39485    
Attachments:
Description Flags
Patch tonyg: review+

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.