-
-
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] Resizing doesn't work good on non decorative windows #9053
Labels
Comments
CodeDoctorDE
added
status: needs triage
This issue needs to triage, applied to new issues
type: bug
labels
Mar 1, 2024
same issue: #9023 |
|
Yes, as I mentioned in that issue, only the top left corner can be dragged to resize. The bottom right corner cannot. |
duplicate of #9023 |
pewsheen
pushed a commit
to pewsheen/tauri
that referenced
this issue
Jun 13, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
When resizing the app, the resizing options only appear on the top, top left and left border (but they are very buggy).
Showcase video:
Aufzeichnung.2024-03-01.191408.mp4
Reproduction
This is my current github repo where the bug appears: https://github.com/LinwoodDev/Vulpine/tree/3fe1528756f982e1684558b43051d1b3a0db6c0f
(setup:
pnpm install
and thencargo tauri dev
)Expected behavior
Simple resize cursor and functionality on the boundary of the window
Full
tauri info
outputStack trace
Additional context
Despite showing windows 10 in tauri info, I'm actually using the latest windows 11 23h2.
This is how it looks like in the dev tools:
Removing titlebar component and custom styles doesn't help
The text was updated successfully, but these errors were encountered: