We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug when dragging a window near monitor boundaries, the window would not go where it should be
Steps To Reproduce
Expected behavior no deviation when dragging
Screenshots https://github.com/tauri-apps/tao/assets/53564043/f7f67dd6-9fec-4522-80a4-5d99640319f3
Platform and Versions (please complete the following information): OS: macOS 14.4.1 (aarch64) Rustc: rustc 1.78.0 (9b00956e5 2024-04-29)
Additional context
tao/src/platform_impl/macos/app_state.rs
Lines 240 to 243 in f06843b
also winit: https://github.com/rust-windowing/winit/blob/337d50779c299240f6e0a67ef3e852f1c971cf16/src/platform_impl/macos/app_delegate.rs#L374-L378
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
when dragging a window near monitor boundaries, the window would not go where it should be
Steps To Reproduce
Expected behavior
no deviation when dragging
Screenshots
https://github.com/tauri-apps/tao/assets/53564043/f7f67dd6-9fec-4522-80a4-5d99640319f3
Platform and Versions (please complete the following information):
OS: macOS 14.4.1 (aarch64)
Rustc: rustc 1.78.0 (9b00956e5 2024-04-29)
Additional context
tao/src/platform_impl/macos/app_state.rs
Lines 240 to 243 in f06843b
also winit:
https://github.com/rust-windowing/winit/blob/337d50779c299240f6e0a67ef3e852f1c971cf16/src/platform_impl/macos/app_delegate.rs#L374-L378
The text was updated successfully, but these errors were encountered: