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
On macOS, running tauri dev from a full-screen editor will cause the launched window to appear within that full-screen editor:
This breaks the macOS window model and doesn't allow the launched application to be moved. The dev application and the full-screen window are stuck together in Mission Control:
Reproduction
On macOS, open an editor with an integrated terminal like VS Code and run tauri dev. The launched application will be on top of the editor, unable to be moved.
Expected behavior
I would expect a new application to go to an open desktop like any other launched macOS application does (and even like the tauri build disk image window).
This also disables the ability to open the devtools, some hover actions (e.g. showing tooltips), and system interactions (e.g. opening a file chooser).
Describe the bug
On macOS, running
tauri dev
from a full-screen editor will cause the launched window to appear within that full-screen editor:This breaks the macOS window model and doesn't allow the launched application to be moved. The dev application and the full-screen window are stuck together in Mission Control:
Reproduction
On macOS, open an editor with an integrated terminal like VS Code and run
tauri dev
. The launched application will be on top of the editor, unable to be moved.Expected behavior
I would expect a new application to go to an open desktop like any other launched macOS application does (and even like the
tauri build
disk image window).Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: