Bug 551730 - Can't open some files in Project explorer by double-click or F3
Summary: Can't open some files in Project explorer by double-click or F3
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.13   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-03 04:34 EDT by Martin Coufal CLA
Modified: 2019-10-03 04:37 EDT (History)
1 user (show)

See Also:


Attachments
Setup script (destructive, run with caution!) (817 bytes, application/x-shellscript)
2019-10-03 04:34 EDT, Martin Coufal CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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