-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
[bug] Window without decorations has buggy window controls. #7388
Comments
Another reproducible example/project The resize cursor appears at the top but when you try to resize from the top of the titlebar, you end up moving the window instead. Update: it works only if your cursor is at the topmost, but if it is not at the topmost and it has the resize cursor, it won't work. |
This problem still exists, very troubling |
closes tauri-apps#7388 closes tauri-apps#9510 closes tauri-apps#9464 ref tauri-apps#9268 ref tauri-apps#9053 ref tauri-apps#8770 ref tauri-apps#8750 ref tauri-apps#4012
Describe the bug
When disabling window decorations, controls are getting bugged, i.e. when resizing window from custom top bar it may just start dragging it or work as intended, or when hovering edges of window, cursor switching between default and resize
Reproduction
npm create tauri-app@latest
, js vanilla frontendindex.html
styles.css
In tauri config: enable startDragging, disable decorations
Expected behavior
Expected behavior like in electron app (see video)
e40c6a3c-6c11-4d1c-a90d-7eb492991c55.mp4
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: