-
-
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] WebviewWindow doesn't adhere to x,y WindowOptions #11430
Labels
Comments
someone2080
added
status: needs triage
This issue needs to triage, applied to new issues
type: bug
labels
Oct 21, 2024
I can't reproduce, please make a minmal repro |
Here's a repo |
amrbashir
added a commit
to tauri-apps/tao
that referenced
this issue
Oct 23, 2024
…-primary monitor closes tauri-apps/tauri#11430
opened tauri-apps/tao#992 to fix it, thanks for the repro |
Awesome! Thanks! |
amrbashir
added a commit
to tauri-apps/tao
that referenced
this issue
Nov 9, 2024
…-primary monitor (#992) closes tauri-apps/tauri#11430
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
When I try to create a new window using
WebviewWindow
withx,y
options, the newly created Window appears on the Display, based on thex,y
coordinates, but then jumps to the primary Display. I have to usesetPosition
method to move it to the right Display.Sample code here:
Reproduction
No response
Expected behavior
A New Window should appear on the Display based on the
x ,y
and stay there. This is how it worked in Tauri 1.Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: