We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right clicking the Explorer populates two types of context menus:
context menu when right clicking a file node
context menu when right clicking the empty area
However, Theia does not always behave this way. Sometimes right clicking a file node can populate a "type-2" (see screenshot above) context menu.
As the GIF shows, to reproduce perform the following operations
expected: the context menu for file nodes should be populated what happened: the context menu for the empty area was populated
This also happened to files newly created in the tree. I just couldn't find a reliable way to reproduce it atm.
OS and Theia version:
Ubuntu 18.04, example browser, Chrome
master branch f255f5a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Right clicking the Explorer populates two types of context menus:
context menu when right clicking a file node
context menu when right clicking the empty area
However, Theia does not always behave this way. Sometimes right clicking a file node can populate a "type-2" (see screenshot above) context menu.
Reproduction Steps
As the GIF shows, to reproduce perform the following operations
expected: the context menu for file nodes should be populated
what happened: the context menu for the empty area was populated
This also happened to files newly created in the tree. I just couldn't find a reliable way to reproduce it atm.
OS and Theia version:
Ubuntu 18.04, example browser, Chrome
master branch f255f5a
The text was updated successfully, but these errors were encountered: