Form field focus should not be set if user has begun entering text.
Bug #24398 reported by
Kevin Krumwiede
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mozilla Firefox |
Confirmed
|
Unknown
|
|||
firefox (Ubuntu) |
Confirmed
|
Wishlist
|
Mozilla Bugs |
Bug Description
After loading a page containing a form, Firefox automatically focuses the first
input field in the tab order. It should not do this if the user has already
begun entering data into the form. Not only is the current behavior annoying,
but it is a potential security issue. I have often typed passwords into
plaintext fields because Firefox changed the field focus after a slow page load.
If the event handling isn't too messy, it should also not change the input focus
if the user is typing something in the address bar or search bar.
Changed in firefox: | |
assignee: | ijackson → nobody |
Changed in firefox: | |
status: | Unknown → Rejected |
Changed in firefox: | |
assignee: | nobody → mozilla-bugs |
Changed in firefox: | |
status: | Unknown → Confirmed |
Changed in firefox: | |
importance: | Unknown → Wishlist |
Changed in firefox: | |
status: | Confirmed → Unknown |
Changed in firefox: | |
status: | Unknown → Confirmed |
Changed in firefox: | |
importance: | Wishlist → Unknown |
To post a comment you must log in.
It's not really Mozilla's fault -- the page is specifically focussing the field
when the page has finished loading.
Not sure what we can do about this. There are plenty of legitimate cases
undistinguishable from this one.