I'm using tauri v1.3.0 and have come across a weird bug (at least in dev mode).
I use an external monitor with my laptop, and every time I start the app in dev mode, it starts fine.
But every time I drag the app from one screen to another, the window shadow keeps on increasing in length.
I've posted a screenshot of the app after dragging the app across the screens a couple of times.
#Weird shadow bug
14 messages · Page 1 of 1 (latest)
Ok so I just checked and it's happening with all the apps that have v1.3
The window just keeps extending vertically when I drag the app window from one monitor to another....
can you add this to your cargo.toml file: toml [patch.crates-io] tao = { git = "https://github.com/tauri-apps/tao", branch = "v0.16" } run cargo update and try again please
Yes that fixed it.
The shadow bug got fixed but the window elongation bug is still present even with this patch
The window keeps getting longer and longer if I keep on dragging it to and from my external monitor and laptop screen.
that's not really a new issue but last time it somehow fixed itself iirc, lemme see if i can dig it out again
not quite the same as it used the apis
idk, i guess i need to ask you to open an issue about this please
Where should I open the issue, tao or tauri?
tauri, we can upstream it from there if needed
ok will do