Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 312004

Summary: Orca unable to read the documentation when the F2 key is pressed within the editor
Product: [Eclipse Project] Platform Reporter: jose vilmar estacio de souza <vilmar>
Component: SWTAssignee: Silenio Quarti <Silenio_Quarti>
Status: CLOSED FIXED QA Contact: Carolyn MacLeod <carolynmacleod4>
Severity: normal    
Priority: P3 CC: grant_gayed
Version: 4.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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.