You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When (accidentally) right-clicking the editor tab bars scrollbar the browser native context menu is shown. As a user I would expect that to be suppressed because it breaks the Theia experience:
(Happens to me very often when trying to "Close all" editor tabs.
The text was updated successfully, but these errors were encountered:
AlexTugarev
changed the title
[ui][firefox] Right click on editor tab scrollbar shows native menu
[ui] Right click on editor tab scrollbar shows native menu
Mar 22, 2019
I agree, when you have many files open, that horizontal scroll bar is annoying (it takes so much space on Firefox Nightly on Mac).
Then again, I sometimes forget about some open files, because there is no other indicator that I have too many tabs open and they're overflowing.
VS Code also has just the horizontal scrollbar, but it's super thin on Mac so it's pretty easy to right click on the tab handles (and it's actually pretty hard to try and "accidentally" click the scrollbar).
TL;DR moving the scrollbar down and making it much thinner would help a lot.
Fixes#4007
Add additional handling to handle `contexmenu` events
which would display the browsers default contextmenu
which breaks up the user experience. The default browser
`contextmenu` is thus disabled.
Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
When (accidentally) right-clicking the editor tab bars scrollbar the browser native context menu is shown. As a user I would expect that to be suppressed because it breaks the Theia experience:
(Happens to me very often when trying to "Close all" editor tabs.
The text was updated successfully, but these errors were encountered: