Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 312004 - Orca unable to read the documentation when the F2 key is pressed within the editor
Summary: Orca unable to read the documentation when the F2 key is pressed within the e...
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Silenio Quarti CLA
QA Contact: Carolyn MacLeod CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-07 01:53 EDT by jose vilmar estacio de souza CLA
Modified: 2014-01-07 15:50 EST (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 jose vilmar estacio de souza CLA 2010-05-07 01:53:34 EDT
When editing a java class, you can place the cursor on the name of a class and access its documentation by pressing the F2 key.
using orca I can not read the documentation shown in the screen.

To reproduce try the following:
1. With orca active launch eclipse and  choose a workspace.
2. Create a class  with the following content:
public class Test {
public void t() {
System.out.println("this is a test");
}
}

3. Place the cursor on the word System and press F2.

Documentation of the System class is shown on the screen but orca can not read it.
Just the word window is spoken by orca.
Moving the cursor also has no effect.
Comment 1 Silenio Quarti CLA 2010-05-19 19:46:45 EDT
Grant, nothing gets read in any internal browser. Do we have to turn on accessibility for browsers somehow?
Comment 2 jose vilmar estacio de souza CLA 2012-04-07 10:15:32 EDT
This problem seems to be disappeared with eclipse Build id 20120216-1857 running under ubuntu 12.04
Comment 3 jose vilmar estacio de souza CLA 2012-10-03 03:34:54 EDT
This problem is partially back in eclipse Build id: 20120614-1722.

Now, when I press the F2 key, the documentation is shown in the screen but I can not navigate in the documentation using the arrows.
Comment 4 jose vilmar estacio de souza CLA 2014-01-07 15:44:26 EST
This bug no longer exists and can be closed.