Show when CAPS-LOCK is on and focus is in a password field
Categories
(Core :: Layout: Form Controls, enhancement)
Tracking
()
People
(Reporter: glazou, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
(Keywords: polish)
Attachments
(3 files, 12 obsolete files)
8.30 KB,
image/png
|
Details | |
71.38 KB,
patch
|
Details | Diff | Splinter Review | |
25.14 KB,
image/jpeg
|
Details |
Comment 2•21 years ago
|
||
Comment 3•20 years ago
|
||
Updated•20 years ago
|
Comment 4•20 years ago
|
||
Reporter | ||
Comment 5•20 years ago
|
||
Comment 6•20 years ago
|
||
Comment 7•20 years ago
|
||
Comment 8•20 years ago
|
||
Comment 9•20 years ago
|
||
Reporter | ||
Comment 10•20 years ago
|
||
Updated•20 years ago
|
Comment 11•19 years ago
|
||
Comment 12•19 years ago
|
||
Comment 14•19 years ago
|
||
Comment 19•17 years ago
|
||
Reporter | ||
Comment 22•17 years ago
|
||
Comment 23•17 years ago
|
||
Comment 24•17 years ago
|
||
Comment 33•17 years ago
|
||
Comment 47•16 years ago
|
||
Updated•15 years ago
|
Comment 50•15 years ago
|
||
Comment 52•15 years ago
|
||
Comment 53•15 years ago
|
||
Comment 54•14 years ago
|
||
Comment 55•13 years ago
|
||
Comment 56•12 years ago
|
||
![]() |
||
Comment 57•12 years ago
|
||
Comment 59•12 years ago
|
||
Comment 61•12 years ago
|
||
![]() |
||
Comment 62•12 years ago
|
||
Comment 65•6 years ago
|
||
Whilst we are waiting for a suitable fix which sounds like it is not as simple as it initially was thought to be and also variable between OS, is it not possible to simply add some text to the pop up password entry window saying something like:
'Passwords are case sensitive, check 'Caps Lock' status before entering password.'
It does not meet the request for the 'Caps Lock' warning to be only triggered when 'Caps Lock' is enabled.
But it will prompt users to check before entering password.
So it is really just a reminder to jog the memory to check the current status of a 'Caps Lock'.
This does not depend upon any special checking codes and should be fast to implement.
Is there any reason why this workaround cannot be implemented to be included in the next release?
Comment 66•6 years ago
|
||
(In reply to Anje from comment #65)
Whilst we are waiting for a suitable fix which sounds like it is not as simple as it initially was thought to be and also variable between OS,
Of course it would be. The mechanism for detecting whether caps lock is on naturally isn't going to be the same across all platforms. Moreover, all GUI applications make use of OS-specific APIs, either directly or indirectly.
is it not possible to simply add some text to the pop up password entry window saying something like:
'Passwords are case sensitive, check 'Caps Lock' status before entering password.'
Hmm. Passwords are usually case-sensitive but aren't always. The browser has no way of knowing. It's also possible that the input is for a purely numeric passcode/PIN, in which case a message like this would look a bit silly.
Comment 67•6 years ago
|
||
re: The mechanism for detecting whether caps lock is on naturally isn't going to be the same across all platforms.
I know, hence why it was mentioned and possible reason for delays in resolution.
re : Passwords are usually case-sensitive but aren't always. The browser has no way of knowing.
I'm talking about Thunderbird email client not Firefox Browser.
Maybe I'm not using the correct bug report or is this bug report something that is pertinent to both?
Perhaps changing the wording to satisfy issue.
eg: 'Passwords may be case sensitive, check 'Caps Lock' status before entering password.'
This does not mean switch off Caps Lock it means check it's status as it may effect the password you are entering.
Comment 68•6 years ago
|
||
(In reply to Anje from comment #67)
I'm talking about Thunderbird email client not Firefox Browser.
Maybe I'm not using the correct bug report or is this bug report something that is pertinent to both?
It would be equally relevant to both. I just naturally assumed it to be talking about the browser, but see now that it's filed against Core and is about password fields generally, not any particular kind of them. So it looks to me like you've come to the right place.
Resetting assignee which I don't work on in this several months.
Comment 70•4 years ago
|
||
This looks to be a very useful function, as it is very easy for busy, or non-tech users to not realise that CAP-LOCK is on (some keyboards have very small LED lights, and it is not always obvious). Also, some users might keep retrying, until the login attempts are blocked (thinking that they have mis-typed), then have to go through the hassle of site dialogue, reset passwod etc.).
It goes without saying, that this would ONLY be an issue if the password was NOT IN the LockWise password manager. However, some users don't always use it, and may have specific sites that they do NOT want to use it for.
So, is it possible to revisit this, or pass to a team where some related code or enhancement is being worked on?
Currently, UI events such as KeyboardEvent
, MouseEvent
etc has GetModifierState
method. Therefore, at least, when user interaction occurs, content process can know whether CapsLock
is "on" or "off". For cleaner implementation, focus
event should have the information internally, but I think that it's not urgent. So in my area, I don't think that I should work this on anymore for now. The remaining issue is, how to let users know whether CapsLock
is "on" or "off". I was thinking that it should be a tooltip which is introduced in Win2K's native UI and XUL theme can modify it, but that's what I couldn't solved. So layout or toolkit developers can implement enough UI to let users know the state, this can be fixed in most cases.
Updated•3 years ago
|
Updated•2 years ago
|
Description
•