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: | Forms | Assignee: | 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 |
Alok Menghrajani
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
<rdar://problem/7678261>
mitz
This seems to be about text-align, not direction.
Alok Menghrajani
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 ?