Bug 240350

Summary: [logview] accessibillity: missing button labels in error log
Product: [Eclipse Project] PDE Reporter: Jann Schneider <schneider_jann>
Component: UIAssignee: Jacek Pospychala <jacek.pospychala>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jacek.pospychala
Version: 4.0Keywords: bugday
Target Milestone: 3.5 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
patch
caniszczyk: iplog+
mylyn/context/zip none

Description Jann Schneider CLA 2008-07-10 11:17:10 EDT
Build ID: M20071023-1652

Steps To Reproduce:
1.Open the error log 
2.select an error / warning 
3.open the error details 


More information:
in this view there is only the label of the ok button accessible (spoken and brailled) at al others I only get "button" as output
Comment 1 Chris Aniszczyk CLA 2008-08-03 18:38:10 EDT
Jacek!?
Comment 2 Jacek Pospychala CLA 2008-08-04 08:45:50 EDT
Created attachment 109062 [details]
patch

Oh that's because these buttons have empty labels to save dialog space. Following article http://www.eclipse.org/articles/article.php?file=Article-Accessibility/index.html I have added AccessibleListeners that provide the same information as is used in tooltip.

I have tested with Microsoft Inspect tool (as in above article) and now appropriate message is displayed, where previously it wasn't.
Comment 3 Chris Aniszczyk CLA 2008-08-18 12:29:45 EDT
done.

> 20080818
Comment 4 Chris Aniszczyk CLA 2008-08-18 12:29:48 EDT
Created attachment 110246 [details]
mylyn/context/zip