Skip to content

Correctly handle ARIA tree controls in browse mode when the tree isn't focusable #3573

@nvaccessAuto

Description

@nvaccessAuto

Reported by jteh on 2013-10-11 06:24
Spun off ticket: #3023 (comment).
#3023 fixed handling of ARIA tree controls in browse mode that so that just the container is rendered, not its descendants. However, this only works when the tree itself is focusable. From what I can see, the ARIA spec doesn't specifically say trees have to be focusable. This seems odd to me, but unless I can find evidence otherwise in the spec, that's what we have ot deal with.

The only realistic solution I can think of is to walk through the entire tree to find the currently focused item when you press enter on the tree, which is pretty slow and ugly.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions