Skip to content
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

Fix: Only Resize WebView Associated With Window #3584

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

CryZe
Copy link
Contributor

@CryZe CryZe commented Jan 17, 2025

When resizing a window, Dioxus previously accidentally resized every single webview to the dimensions of the window that just got resized. This fixes it so only the webview that is associated with the window is resized.

multiwindow_at8epT2y5s.mp4

When resizing a window, Dioxus previously accidentally resized every
single webview to the dimensions of the window that just got resized.
This fixes it so only the webview that is associated with the window is
resized.
@CryZe CryZe requested a review from a team as a code owner January 17, 2025 19:45
@jkelleyrtp jkelleyrtp merged commit eaf9f80 into DioxusLabs:main Jan 17, 2025
16 of 17 checks passed
@jkelleyrtp
Copy link
Member

Thank you! Good catch - I must've missed that change in a previous review. Wasn't always like that.

Will release today, hopefully.

@CryZe CryZe deleted the webview-resize branch January 17, 2025 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants