Bug 40559 - [Preferences] Need to make the PreferencesPage accessible
Summary: [Preferences] Need to make the PreferencesPage accessible
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M8   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on: 42604
Blocks:
  Show dependency tree
 
Reported: 2003-07-21 11:26 EDT by Tod Creasey CLA
Modified: 2004-03-24 11:28 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2003-07-21 11:26:36 EDT
We are currently using a CLabel for the preferences page to show the title or 
errors. This cannot be navigated to currently and needs to be replaced by 
something that can take focus.
Comment 1 Tod Creasey CLA 2004-02-25 16:15:24 EST
I have created an reusable component called the DialogMessageArea that now 
switches to using a text whenever a message (i.e. anything but the title) is 
set. This will allow tabbing to the message or error so that screen readers 
can get its contents.

This is currently in use in Preference dialog so all preference and property 
dialogs will get this behaviour for free.

Adding Doug so that he is aware of the change.