Ticket #4065 (closed defect: wontfix)

Opened 16 months ago

Last modified 15 months ago

Add + and - key options for tree expand/collapse (remove left/right arrow?)

Reported by: davidb Owned by: davidb
Priority: normal Milestone: 1.0
Component: Accessibility Version: 0.9
Severity: normal Keywords:
Cc: becky

Description (last modified by davidb) (diff)

This request came from the Orca screen reader team through Scott Haeger. Currently arrowing right/left will open and close. This ticket proposes to add + and -.

Attachments

4065.diff (1.2 kB) - added by davidb 16 months ago.
possible fix, but hardcoded charCode checking.

Change History

Changed 16 months ago by davidb

possible fix, but hardcoded charCode checking.

Changed 16 months ago by guest

After communicating with Will Walker, the Orca team would like to not just add the + and - keys for expanding and collapsing, but would also like to eliminate the use of the arrow keys for this function :) In fact, the following was taken from my Orca bug http://bugzilla.gnome.org/show_bug.cgi?id=462156 related to this topic:

I think we should extend the request to the Dojo team to use +/- for anything that does expanding/collapsing. The team seems accommodating, which is great. :-) IMO, the keyboard gestures should be consistent across the various widgets and they should not conflict with gestures used for other common operations (e.g., caret navigation and text selection). In addition, Eitan also noted that the use of arrow keys can be confusing for people from right-to-left locales.

Changed 16 months ago by davidb

  • cc becky added

Changed 16 months ago by davidb

  • description modified (diff)

Changed 16 months ago by davidb

  • summary changed from Add + and - key options for tree expand/collapse. to Add + and - key options for tree expand/collapse (remove left/right arrow?)

Notes:

We should look for other cases of expand/collapse within our widget set to make sure we are consistent.

Using left/right arrowing for collapse/expand activity is conflicting with left/right arrowing for caret navigation. We should consider removing the use of left/right arrowing.

Changed 16 months ago by becky

I would be very concerned about removing left/right key as that is the standard behavior for windows tree controls so those users would be confused when left/right didn't work. This issue should be brought to the HTML style guide working group (wai-xtech.org)

Changed 15 months ago by davidb

  • status changed from new to closed
  • resolution set to wontfix

Original request has been reconsidered and is no longer needed. Closing as wontfix.

Note: See TracTickets for help on using tickets.