Comment 0 for bug 586910

Revision history for this message
In , Eclipse-01 (eclipse-01) wrote :

Build Identifier: M20100211-1343

Opening a file by double-clicking it does not give keyboard focus to the editor view, while all other methods of opening the file give the file keyboard focus.

Reproducible: Always

Steps to Reproduce:
1. In the Package Explorer, double-click on a java file to open it in the editor
2. Press CTRL + F to search for some text (or just type something)

Expected results:
The opened editor view has the focus, and CTRL + F opens the search dialog for the text editor.

Actual results:
Focus stay on the Package Explorer view, and CTRL + F opens the search dialog for the Package Explorer.

This is an inconsistency with other ways of opening the file (F3, context menu > Open or Open with).

I've tested that this happens consistently with .java, .txt and .php files.