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 switching to full screen (whole app) by using the button in the right navigation bar, everything works as expected. However, when using F11 to toggle full screen, the button's state does not get adjusted. Moreover, when clicking on the button now, nothing happens (the button state gets toggled, but the full-screen-mode is not exited). Exiting works with either F11 or ESC, then the button state gets also properly updated.
Reproduce:
Press F11
Look at full screen button (wrong state)
Click on full screen button -> button state changes, nothing else happens
Click on button again -> button state changes back, nothing else happens