xbmc
xbmc copied to clipboard
Fullscreen to Fullscreen - traversing monitors doesn't work
When in full screen mode (which is always osx native fullscreen now) currently there is no way to move the fullscreened window to a different dispaly/screen.
This is because in native fullscreen mode we have our own fullscreen virtual space - and any window resize calls are ignored in that mode.
The solution might be to go to windowed first (togglefullscreen) - move to a save rect on the desired screen via NSWindow constrainFrameRect and togglefullscreen again.
This issue is now marked stale because it has been open over a year without activity. Remove the stale label or add a comment to reset the stale state.