Skip to content
New issue

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

Should disable closing preferences editors from middle mouse click #2639

Closed
vince-fugnitto opened this issue Aug 21, 2018 · 0 comments · Fixed by #6198
Closed

Should disable closing preferences editors from middle mouse click #2639

vince-fugnitto opened this issue Aug 21, 2018 · 0 comments · Fixed by #6198
Labels
bug bugs found in the application preferences issues related to preferences

Comments

@vince-fugnitto
Copy link
Member

Currently, we correctly remove the possibility of closing Preferences editors (User Preferences, Workspace Preferences) with 🗙 (Close) and Right Click > Close, but we do not handle the case of closing using the middle mouse click.

preferences-bug

@vince-fugnitto vince-fugnitto added bug bugs found in the application preferences issues related to preferences labels Aug 21, 2018
@vince-fugnitto vince-fugnitto changed the title Should disable closing preferences tabs from middle mouse click Should disable closing preferences editors from middle mouse click Aug 21, 2018
vince-fugnitto added a commit that referenced this issue Sep 16, 2019
Fixes #2639

- prevent closing preference editors using the middle mouse click by
setting the `title.closable` to `false`.

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
elaihau pushed a commit that referenced this issue Sep 18, 2019
Fixes #2639

- prevent closing preference editors using the middle mouse click by
setting the `title.closable` to `false`.

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
akosyakov pushed a commit to akosyakov/theia that referenced this issue Feb 24, 2020
Fixes eclipse-theia#2639

- prevent closing preference editors using the middle mouse click by
setting the `title.closable` to `false`.

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application preferences issues related to preferences
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant