Bug 37277

Summary: Title Area Dialog requires navigation to the error message
Product: [Eclipse Project] Platform Reporter: Tod Creasey <Tod_Creasey>
Component: UIAssignee: Tod Creasey <Tod_Creasey>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: matt, n.a.edgar
Version: 2.1Keywords: accessibility
Target Milestone: 3.0   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 38349    
Bug Blocks:    

Description Tod Creasey CLA 2003-05-06 11:57:05 EDT
2.1

it is currently not possible to navigate to an error message. Sceen reader 
users need to use the JAWS cursor to find the error message and continue.

We should
1) Make the label navigable
2) Make the label the next element in the tab order after the next button (we 
may get this for free).
Comment 1 Tod Creasey CLA 2003-05-06 14:24:24 EDT
This turns out to be a non breaking change by simply changing the label to a 
text. Releasing into the next 2.1.1 build (20030507).
Comment 2 Tod Creasey CLA 2003-05-06 14:34:43 EDT
Released fix into 2.1.1 and 3.0 streams for build >20030506
Comment 3 Tod Creasey CLA 2003-06-05 13:59:55 EDT
This change will not be included in 2.1.1 as it has exposed some Motif layout 
problems. It will still be the the main integration builds.

See Bug 38009
Comment 4 Tod Creasey CLA 2003-06-05 14:01:22 EDT
Should be Bug 38349
Comment 5 Matthew King CLA 2003-06-11 13:58:04 EDT
In the 5/28 integration build, this feature is not working everywhere. One 
place I have found it does not work is in the exclusion filter add dialog. 
E.g., select an open project in the navigator, right click, choose java build 
path, source tab, a source tree, and add an exclusion filter.
Comment 6 Tod Creasey CLA 2003-06-11 14:06:03 EDT
Reopen to investigate
Comment 7 Tod Creasey CLA 2003-07-21 11:27:19 EDT
This is because it is a properties page in that case, not a TitleAreaDialog 
and it uses a CLabel to label the title. We will need to write a title area 
like the one in the TitleAreaDialog to do this.

I have logged Bug 40559 for this case and I will close this one.
Comment 8 Tod Creasey CLA 2005-05-10 14:54:12 EDT
Marking as closed.