#18264 closed defect (fixed)
test_Select.html?mode=test failure on FF
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10.2 |
Component: | Dijit | Version: | 1.10.1 |
Keywords: | dohfail | Cc: | |
Blocked By: | Blocking: |
Description
On the (non-robot) test_Select.html?mode=test page, the validateDialog() test is failing. The problem is that the registry.byId("dlg1").validate() call: although it focuses the (invalid) Select widget, there's no focusin event reported to dijit/focus.
Seems to work OK if the validate() call is initiated by a user click event, so it might be a security thing, although it seems more like a browser bug.
Happens in FF31 and FF32. Not sure which FF version it started in, but the bug happens in previous versions of dojo.
Change History (3)
comment:1 Changed 7 years ago by
Keywords: | dohfail added |
---|---|
Milestone: | tbd → 1.10.2 |
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Will check in fix for 1.10 branch and master. There's no test failure on 1.9 for some reason.