#Weird shadow bug

14 messages · Page 1 of 1 (latest)

vernal brook
#

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.

vernal brook
#

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....

iron lark
#

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

vernal brook
#

Yes that fixed it.

vernal brook
#

The window keeps getting longer and longer if I keep on dragging it to and from my external monitor and laptop screen.

iron lark
#

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

vernal brook
#

Where should I open the issue, tao or tauri?

iron lark
#

tauri, we can upstream it from there if needed

vernal brook
#

ok will do