Yasunari Fujieda

Results 4 issues of Yasunari Fujieda

### Describe the bug WindowBuilder::parent_window hides the child window under the parent window on Windows. There are similar reports on Disocord. https://discord.com/channels/616186924390023171/1065931904894910525/1067098112067387497 https://discord.com/channels/616186924390023171/807549941936816148/956458609993211954 Reproduced in the tauri example too. ###...

type: bug
priority: 3 low
status: upstream

### Describe the bug The window will appear white under the following conditions. - Enabling unstable feature - Using wry crate v0.39.4 or higher However, if you resize the window,...

type: bug
status: needs triage
scope: unstable flag

### Describe the bug Manually resizing the WebView(set_size) results in incorrect positioning of the WebView. However, if the WebView coordinates are set to (0., 0.), it works correctly. https://youtu.be/02gJWTb1Hjg ###...

type: bug
status: needs triage
scope: unstable flag

### Describe the problem In the multiwebview example, the areas that are not drawn are filled with white. ### Describe the solution you'd like Add `Window::set_background_color(&self, color: Color)` method ###...

type: feature request