Opened 9 years ago
Closed 9 years ago
#15504 closed defect (fixed)
PasswordValidator: autofocus on verify with firefox
Reported by: | Mathevet julien | Owned by: | dante |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | DojoX Form | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
first example: http://livedocs.dojotoolkit.org/dojox/form/PasswordValidator
If you set a password in "new" then you pass on second field ("verify"), it's hard to back to new field to change it. Each time you try to click on this field, it focus then on verify and say your password doesn't match. Only ALT+SHIFT+TAB works. You could reproduce with firefox
It could happen when user forget the given password and he want to retype again.
Change History (6)
comment:1 Changed 9 years ago by
comment:3 Changed 9 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Ugh, previous fix was for #15004, ignore entry here.
comment:4 Changed 9 years ago by
comment:5 Changed 9 years ago by
Seem fixed outside this class. May be was more general problem.
you could close it
comment:6 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
OK, I actually can't reproduce it even in 1.7.2, but I'll take your word for it.
I think there are no need to focus on non valid fields. So patch could be trivial. See focus method at end of file.