Opened 17 years ago
Last modified 17 years ago
#10 new enhancement
When a widget is being modified, move focus to that control and change page title
Reported by: | Slava Akhmechet | Owned by: | Slava Akhmechet |
---|---|---|---|
Priority: | low | Milestone: | 0.2 |
Component: | weblocks | Version: | pre-0.1 |
Keywords: | accessibility focus widget change title | Cc: |
Description
If a page has a number of widgets and a particular action causes some widget to change, that widget should receive focus (via JS for ajax, and via anchor otherwise) to ease the pain for users with screenreaders. Also, page title should change to a phrase that describes the current state of the widget in question.
We need to think of what to do when multiple widgets change on the page. Perhaps the most likely solution is not to set focus/title in such cases, or set a title that describes state of all widgets.
Note: See
TracTickets for help on using
tickets.