Closed
Bug 245365
Opened 22 years ago
Closed 22 years ago
Current tree item not being spoken when tree view gets focus
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
|
1.05 KB,
patch
|
pkwarren
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
Problem #1:
EVENT_SELECTION events are not fired for tree items along with the EVENT_FOCUS
events
Problem #2:
When a tree view is focused via the tab key or script, there is no EVENT_FOCUS
or EVENT_SELECTION fired for the appropriate tree item
Note that tree items are going to get some architectural fixes in bug 201922.
However, this is a small fix that makes Window-Eyes work and can go in first.
| Assignee | ||
Updated•22 years ago
|
Summary: Problems with tree item events → Current tree item not being spoken when tree view gets focus
| Assignee | ||
Comment 1•22 years ago
|
||
| Assignee | ||
Updated•22 years ago
|
Attachment #149852 -
Flags: review?(pkw)
Comment 2•22 years ago
|
||
Comment on attachment 149852 [details] [diff] [review]
Make sure that tree focus events lead to tree item focus/selection events
Looks good to me.
Attachment #149852 -
Flags: review?(pkw) → review+
| Assignee | ||
Comment 3•22 years ago
|
||
Comment on attachment 149852 [details] [diff] [review]
Make sure that tree focus events lead to tree item focus/selection events
Darin, another small patch for your sr=.
Attachment #149852 -
Flags: superreview?(darin)
Comment 4•22 years ago
|
||
Comment on attachment 149852 [details] [diff] [review]
Make sure that tree focus events lead to tree item focus/selection events
rs=darin
i really know nothing of accessibility or focus events. you might want to ask
bryner or jst for sr= on this kind of stuff if you feel it warrants actual code
review.
Attachment #149852 -
Flags: superreview?(darin) → superreview+
| Assignee | ||
Updated•22 years ago
|
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•