You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
size and webview.window().inner_size() both should return the correct window dimensions during and after resize.
Screenshots
wry_window_resize_bug.mov
Platform and Versions (please complete the following information):
OS: MacOS Version 10.14.6 (18G103)
Rustc: rustc 1.46.0, rustc 1.60.0-nightly (0c292c966 2022-02-08)
Would you assign yourself to resolve this bug?
Yes
No
Additional context
N/A
The text was updated successfully, but these errors were encountered:
thanks @progrium, here is the original issue #384 , now I am not a macOS developer but seems like we would need a way to set the private nsview field in tao for everything to magically work? but it might not work because in the future we might support multiple webviews in one window.
Describe the bug
The
WindowEvent::Resized(size)
event doesn't report the correct window dimensions on MacOS.Steps To Reproduce
Run the following sample code (tweaked from
hello_world.rs
):Expected behavior
size
andwebview.window().inner_size()
both should return the correct window dimensions during and after resize.Screenshots
wry_window_resize_bug.mov
Platform and Versions (please complete the following information):
OS: MacOS Version 10.14.6 (18G103)
Rustc: rustc 1.46.0, rustc 1.60.0-nightly (0c292c966 2022-02-08)
Would you assign yourself to resolve this bug?
Additional context
N/A
The text was updated successfully, but these errors were encountered: