Bug 35258

Summary: On RTL languages, the caps lock icon should be rendered on the left part of password input fields.
Product: WebKit Reporter: Alok Menghrajani <alok.menghrajani>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Minor CC: adele, mitz
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://quaxio.com/caps_lock_rtl.html
Bug Depends on:    
Bug Blocks: 64108    

Description Alok Menghrajani 2010-02-22 13:26:28 PST
If the caps lock icon is rendered on the right part of password input fields, it interferes with the "dots" being typed.

See:
http://quaxio.com/caps_lock_rtl.png

The html code which was used to create the above screenshot is here:
http://quaxio.com/caps_lock_rtl.html
Comment 1 Mark Rowe (bdash) 2010-02-22 18:37:20 PST
<rdar://problem/7678261>
Comment 2 mitz 2010-02-22 22:10:25 PST
This seems to be about text-align, not direction.
Comment 3 Alok Menghrajani 2010-02-23 18:33:10 PST
I'm wondering why the password field input goes from right to left when the keyboard input language hasn't been changed. Do we have two distinct bugs here ?