Closed
Bug 426700
Opened 17 years ago
Closed 17 years ago
Passwords entered with caps lock on are transmitted as lower case
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla.frazzydee, Assigned: jaas)
References
()
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b5) Gecko/2008032619 Firefox/3.0b5
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b5) Gecko/2008032619 Firefox/3.0b5
If you type any character in your password with caps lock on it gets entered as lower case.
Reproducible: Always
Steps to Reproduce:
1. Go to a page that requires you to enter your password in a web form (reddit.com, mail2web.com, there are tons)
2. type an upper-case character in by using caps lock rather than holding shift (ie instead of shift-a do <caps>a</caps> to type A)
3. :(
Actual Results:
password rejected
Expected Results:
password accepted
tried in safe mode with same resutls.
| Reporter | ||
Comment 1•17 years ago
|
||
PS: this is a regression from beta 4.
| Reporter | ||
Comment 2•17 years ago
|
||
PPS: Does not seem to happen when firefox beta 5 is run on windows, according to CCW from IRC.
If this is intended behavior, perhaps firefox should recognize when the user turns caps lock on when they enter the password field (and not convert it to lower case in this event)
Comment 4•17 years ago
|
||
Confirming on Mac using Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9pre) Gecko/2008040304 Minefield/3.0pre, I used the test case in Bug 426901 to confirm. Need a regression window.
Updated•17 years ago
|
Flags: in-litmus?
Comment 5•17 years ago
|
||
Isn't this fixed by bug 424524?
Assignee: nobody → joshmoz
Component: Form Manager → Widget: Cocoa
Product: Firefox → Core
QA Contact: form.manager → cocoa
Comment 6•17 years ago
|
||
(In reply to comment #5)
> Isn't this fixed by bug 424524?
>
with the test case in duped bug 426901, that works correctly
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9pre) Gecko/2008040317 Minefield/3.0pre
Caps-lock ON, type ABCD, returned value is ABCD (no lowercase).
Someone should verify this with real world forms, though.
Comment 9•17 years ago
|
||
Jesse confirmed in bug 428745 that it works in a current trunk, marking fixed
-> fixed by bug 424524
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 11•17 years ago
|
||
https://litmus.mozilla.org/show_test.cgi?id=5269 added to Litmus.
Flags: in-litmus? → in-litmus+
You need to log in
before you can comment on or make changes to this bug.
Description
•