### Bug Description https://github.com/user-attachments/assets/d4778696-815d-46ac-a75c-028512e83265 ### Reproducible Code (if applicable) ```slint import { LineEdit, Button } from "std-widgets.slint"; export component MainWindow inherits Window { VerticalLayout { padding: 20px; alignment: space-between; Button { text: "Show popup"; clicked => { popup.show(); } } } popup := PopupWindow { x: 30px; y: parent.height / 4; Rectangle { background: lightgray; border-width: 1px; border-color: black; } VerticalLayout { LineEdit {} LineEdit {} } close-policy: close-on-click-outside; } } ``` ### Environment Details - Slint Version: - Platform/OS: - Programming Language: - Backend/Renderer: ### Product Impact _No response_
Bug Description
Bildschirmaufzeichnung.vom.2026-03-13.16-43-20.mp4
Reproducible Code (if applicable)
Environment Details
Product Impact
No response