Bug 240350 - [logview] accessibillity: missing button labels in error log
Summary: [logview] accessibillity: missing button labels in error log
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M2   Edit
Assignee: Jacek Pospychala CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2008-07-10 11:17 EDT by Jann Schneider CLA
Modified: 2008-08-18 12:30 EDT (History)
1 user (show)

See Also:


Attachments
patch (2.77 KB, patch)
2008-08-04 08:45 EDT, Jacek Pospychala CLA
caniszczyk: iplog+
Details | Diff
mylyn/context/zip (631 bytes, application/octet-stream)
2008-08-18 12:29 EDT, Chris Aniszczyk CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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