Closed
Bug 169756
Opened 23 years ago
Closed 23 years ago
password fields should be part of tab cycle when textfield-only option is set
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
FIXED
mozilla1.2beta
People
(Reporter: bugzilla, Assigned: akkzilla)
References
()
Details
(Keywords: regression)
Attachments
(2 files)
|
9.64 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.33 KB,
patch
|
glazou
:
review+
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
found using 2002.09.19.08 comm trunk builds. when the pref
"accessibility.tabfocus" is set to 1 (tab only btwn textfields within a page),
password fields are left out of the cycle.
this is most evident on mac and linux, where the default for that pref is 1. see
bug 140612 for details on the pref.
1. go to a page with a username and passwd field, eg, http://calendar-1.mcom.com
2. bring focus to the Name field (need to mouseclick when the pref is 1).
3. try to tab to the Password field.
results: the cursor disappears --it doesn't move to the passwd field. btw, if i
hit tab a second time, the cursor just reappears in the username field.
if i have focus in the passwd field and hit shift-tab instead, however, then
focus moves back to the username field --expected, since we're moving into a
type=text field.
| Reporter | ||
Comment 3•23 years ago
|
||
see also bug 169767, for application windows being affected.
| Reporter | ||
Comment 4•23 years ago
|
||
*** Bug 169776 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 5•23 years ago
|
||
This one, fortunately, turns out to be much simpler than bug 169767. Simple
patch to follow.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.2beta
| Assignee | ||
Comment 6•23 years ago
|
||
Here's the fix as it sits in my tree. This version of the patch also includes
a lot of formatting changes, because it turns out that I checked in the -w
version of the previous fix (oops!), so reviewers will probably want to skip
this one and review the -w version I'm about to attach.
| Assignee | ||
Comment 7•23 years ago
|
||
Here is the minimal version of the patch, with -w, on which I'm seeking review.
(It includes one whitespace change, fixing a long line.)
Comment on attachment 99926 [details] [diff] [review]
Minimal patch (-w): check for input type=password as well as text
r=glazman
Attachment #99926 -
Flags: review+
| Assignee | ||
Comment 9•23 years ago
|
||
If either Simon or Bryner is around tonight and willing to sr, we could get the
password fix in for tomorrow morning's builds ...
Comment 10•23 years ago
|
||
Comment on attachment 99926 [details] [diff] [review]
Minimal patch (-w): check for input type=password as well as text
sr=sfraser
Attachment #99926 -
Flags: superreview+
| Assignee | ||
Comment 11•23 years ago
|
||
Thanks for the quick reviews! Fix is in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 12•23 years ago
|
||
yay! vrfy'd fixed on mac 10.2 and linux rh7.2, 2002.09.20 mozilla trunk builds.
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 13•23 years ago
|
||
*** Bug 169974 has been marked as a duplicate of this bug. ***
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•