Bug 551730

Summary: Can't open some files in Project explorer by double-click or F3
Product: [Eclipse Project] Platform Reporter: Martin Coufal <mcoufal>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: vkadlcik
Version: 4.13   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Setup script (destructive, run with caution!) none

Description Martin Coufal CLA 2019-10-03 04:34:38 EDT
Created attachment 280148 [details]
Setup script (destructive, run with caution!)

In some specific cases, I am unable to open files with double-click and/or F3 keypress. The key for invoking the error seems to be that you have to click on the tree item, wait for a second and then try to open the file with double-click/F3 key.

Steps to reproduce:
A) unable to open with double click or F3
1. run Eclipse, create new Java project
2. open Project Explorer, expand path to some file in JRE System Library
 - I used JavaSE-1.8: resources.jar --> com.sun.corba.se.impl.logging (but works on all types of files that I have found in JRE)
3. select 'LogStrings.properties', wait a second, select again and try to open with double click or F3
4. no editor is opened

B) unable to open with F3
1. run Eclipse, create new Java project with new file test.txt
2. close opened test.txt editor
3. select 'test.txt' in Project Explorer, wait a second, select again and try to open with F3
4. no editor is opened

Notes:
* reproducible 100%
* I am able to open all files with context menu --> Open
* no messages/errors in workspace log
* works fine in Package Explorer
* may be related to [1]

My configuration:
Eclipse Platform 4.13 (I20190916-1045)
Eclipse Java Development Tools	3.18.100.v20190916-1045
PyDev for Eclipse	7.3.0.201908161924

[1]: https://bugs.eclipse.org/bugs/show_bug.cgi?id=386385