Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 0.1, 0.3, 0.4beta1, 0.4
-
Fix Version/s: None
-
Component/s: Reorderer
-
Labels:None
-
Environment:FF2 (Mac OS X, Win XP)
FF3 (Win XP)
Description
You are able to tab to the sortable jQuery tabs; however, once a tab has focus, you are unable to tab off. shift-tab also has no effect.
Steps to reproduce:
1) open the reorderable jQuery UI tabs page off of the daily build site:
http://build.fluidproject.org/fluid/sample-code/reorderer/jquery-tabs/jquery-tabs.html
2) tap the 'tab' key until one of the reoderable jQuery tabs has focus.
3) tap the 'tab' key again. Notice that there is no response. (note in ff3, it cycles through the jQuery tabs)
4) tap 'shift-tab'. Notice that there is no response.
Steps to reproduce:
1) open the reorderable jQuery UI tabs page off of the daily build site:
http://build.fluidproject.org/fluid/sample-code/reorderer/jquery-tabs/jquery-tabs.html
2) tap the 'tab' key until one of the reoderable jQuery tabs has focus.
3) tap the 'tab' key again. Notice that there is no response. (note in ff3, it cycles through the jQuery tabs)
4) tap 'shift-tab'. Notice that there is no response.
The inherent jQuery tabs keyboard interaction seems to be different than what we've implemented (and what general guidelines recommend, i.e. tab *to* a group, then arrow around *in* the group). Not sure how we should deal with this.