Bug 15575

Summary: Tree with checkbox items are not accessible
Product: [Eclipse Project] Platform Reporter: Sola <omosaiye>
Component: SWTAssignee: Carolyn MacLeod <carolynmacleod4>
Status: VERIFIED FIXED QA Contact:
Severity: major    
Priority: P1 CC: mojit
Version: 2.0Keywords: accessibility
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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. ***