Opened 15 years ago
Closed 10 years ago
#3564 closed task (patchwelcome)
provide a keyboard mechanism to move from layout pane to layout pane
Reported by: | Becky Gibson | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | davidb | |
Blocked By: | Blocking: |
Description
Needs design work as will also require support from within the layout widgets. Current idea is to have a pane manager which listens for a particular key sequence and sends focus through an ordered list of panes (pane equals some sort of layout container). Layout widgets would have to add panes into the pane manager list and notify pane manager when a particular pane has focus.
Change History (7)
comment:1 Changed 15 years ago by
Cc: | davidb added |
---|
comment:2 Changed 15 years ago by
Milestone: | 1.0 → 1.1 |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:4 Changed 14 years ago by
Milestone: | 1.2 → 1.3 |
---|
comment:5 Changed 14 years ago by
Milestone: | 1.3 → future |
---|
comment:6 Changed 11 years ago by
Owner: | changed from Becky Gibson to bill |
---|
reassign due to inactive committer. please triage accordingly.
comment:7 Changed 10 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
moving to 1.1 - for now we rely on there being something focusable in each pane. Need to update doc to instruct web author to put pane into the tab order via tabindex=-1 if it does not contain any focusable items.