Bug 15575 - Tree with checkbox items are not accessible
Summary: Tree with checkbox items are not accessible
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 major (vote)
Target Milestone: ---   Edit
Assignee: Carolyn MacLeod CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2002-05-08 15:11 EDT by Sola CLA
Modified: 2002-07-03 13:10 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sola CLA 2002-05-08 15:11:34 EDT
I am creating a tree and using the style check.

Tree elementTree = new Tree(sc, SWT.CHECK);

The items in this tree do not report the checkbox state 
while using JAWS or other screen readers.
Comment 1 Carolyn MacLeod CLA 2002-05-09 17:27:01 EDT
Thank-you for pointing out the problem. There are several possible ways to fix 
this - we need to think about what we want to do.
Comment 2 Carolyn MacLeod CLA 2002-05-13 18:48:25 EDT
Fixed in the latest code. Should be available in the next build.
Comment 3 Sola CLA 2002-05-15 10:16:55 EDT
Carolyn I noticed this was not in the 5/14 build by parsing the build notes. I 
may have missed it. Do you know what build exactly it will be in. 
Comment 4 Carolyn MacLeod CLA 2002-05-15 10:25:38 EDT
Actually, it is in the 0514 build - the code change went in right before the 
build, but the build notes change did not make it in <g>. I wouldn't recommend 
taking 0514 however because there are many problems with it. If you have been 
following the eclipse-dev mailing list and you install all of the recommended 
patches, then maybe 0514 is usable. Personally, I haven't switched to it yet.
Comment 5 Steve Northover CLA 2002-07-03 13:10:06 EDT
*** Bug 20903 has been marked as a duplicate of this bug. ***