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 using Tauri to create frameless windows, it was found that when the window was minimized and reopened, the hover state of the button remained unchanged, which did not match the expected behavior. This issue will affect the user experience, especially in the context of custom window controls.
Reproduction
Create a borderless window application using Tauri
Add custom minimize, maximize, and close buttons to the window title bar
Add hover style to buttons (such as background color changes)
Click the minimize button to minimize the window
Reopen the window
Expected behavior
After reopening the window, the hover state of the button should be reset, and the hover style should only be displayed when the mouse hovers over the button again.
Describe the bug
When using Tauri to create frameless windows, it was found that when the window was minimized and reopened, the hover state of the button remained unchanged, which did not match the expected behavior. This issue will affect the user experience, especially in the context of custom window controls.
Reproduction
Expected behavior
After reopening the window, the hover state of the button should be reset, and the hover style should only be displayed when the mouse hovers over the button again.
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: