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 you start theia in the browser and you did not open the file view then the selection menu tries to open and only shows an empty overlay which is some pixels high.
If you open the files view and select some file then the selection menu shows all entries, most of which are disabled.
If you close the file view and reload the application in the browser the selection menu is empty again.
The text was updated successfully, but these errors were encountered:
When you start theia in the browser and you did not open the file view then the selection menu tries to open and only shows an empty overlay which is some pixels high.
Could be a Phosphor issue. I do not like it either, but this is a tiny UI glitch.
If you open the files view and select some file then the selection menu shows all entries, most of which are disabled.
Correct, you do not have an opened editor, so you do not have active handlers for the commands. See #731.
If you close the file view and reload the application in the browser the selection menu is empty again.
@UdoW, what would be the expected behavior? I believe this is consistent now.
When you start theia in the browser and you did not open the file view then the selection menu tries to open and only shows an empty overlay which is some pixels high.
If you open the files view and select some file then the selection menu shows all entries, most of which are disabled.
If you close the file view and reload the application in the browser the selection menu is empty again.
The text was updated successfully, but these errors were encountered: