#11342 closed defect (fixed)
Safari 5: fix TAB problems in dijit/form robot tests
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.5.0rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
With the introduction of Safari 5 on Mac, it seems to be the new default that TAB will skip BUTTON tags, which breaks a few dijit/form robot tests. This behavior can be turned on/off via
Apple -> System Preferences -> Keyboard & Mouse
The radio button group at the bottom of the popup dialog has 2 options; "Text boxes and lists only" will cause BUTTON's to be skipped.
Refs #11279
Attachments (1)
Change History (4)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
(In [22341]) Fixes #11342. Removed dependencies on TAB going to a specific BUTTON in dijit/tests/form/robot/.