Bug 190510 - [editor] Replace calls to Control.setFocus() with Control.getAccessible().setFocus()
Summary: [editor] Replace calls to Control.setFocus() with Control.getAccessible().set...
Status: RESOLVED FIXED
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.xsd (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Jonathan West CLA
QA Contact: Keith Chong CLA
URL:
Whiteboard:
Keywords: accessibility, helpwanted
Depends on:
Blocks:
 
Reported: 2007-06-01 13:20 EDT by Richard Mah CLA
Modified: 2013-03-25 11:21 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Mah CLA 2007-06-01 13:20:34 EDT
We need to call Control.getAccessible().setFocus() rather than Control.setFocus()

This applies to WSDL Editor as well.
Comment 1 Keith Chong CLA 2008-05-01 13:12:37 EDT
Deferring
Comment 2 Jonathan West CLA 2013-03-25 11:21:57 EDT
I've verified that there are no additional focus-related accessibility calls we need to make in the codebase.