Open
Description
Tested versions
v4.4.1.stable.official [49a5bc7]
System information
Godot v4.4.1.stable - Windows 10 - OpenGL 3 (Compatibility)
Issue description
When clicking a OptionButtonin on a second native window the popup is displayed in the main window.
It is also possible to open multiple option buttons by clicking them oneafter another and their popups are all displayed in the other window (see video). The not closing of other popups could be related to #99438
Steps to reproduce
- add a window with an OptionButton and items
- make the window native and invisible
- add a script to popup the second window on ready:
extends Control
@onready var window: Window = $Window
func _ready() -> void:
window.popup_centered()
- click on the OptionButton and realize the popup does not appear
- realise the popup did appear, but in the main window
demonstration video of MRP:
https://github.com/user-attachments/assets/69a0828d-4f42-43cb-8002-a040793f84df