Bug 35258 - On RTL languages, the caps lock icon should be rendered on the left part of password input fields.
Summary: On RTL languages, the caps lock icon should be rendered on the left part of p...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Minor
Assignee: Nobody
URL: http://quaxio.com/caps_lock_rtl.html
Keywords: InRadar
Depends on:
Blocks: 64108
  Show dependency treegraph
 
Reported: 2010-02-22 13:26 PST by Alok Menghrajani
Modified: 2011-07-07 10:42 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ?