-
Bug
-
Resolution: Unresolved
-
P4
-
jfx11
-
None
-
linux, windows
On Windows and Linux, but not on macOS, after showing a PopupControl window from the main stage, if the main window position changes, the popup window remains at the same initial location.
The attached test can be used to reproduce the issue.
Steps:
- Run the application, with any JDK and JavaFX version.
- Click the Show button, a popup is displayed (as expected, see pics macOS1.png, Linux1.png, Windows1.png)
- Drag the main stage to a different location, on Linux/Windows the popupControl window remains at the same location (unexpected, see pics Linux2.png, Windows2.png), while on macOS the popupControl window follows the main window (as expected, see macOS2.png).
Tested on Windows 11, Ubuntu 22.04, macOS 15.0.1 with latest JDK and JavaFX versions (but any other will do).
The attached test can be used to reproduce the issue.
Steps:
- Run the application, with any JDK and JavaFX version.
- Click the Show button, a popup is displayed (as expected, see pics macOS1.png, Linux1.png, Windows1.png)
- Drag the main stage to a different location, on Linux/Windows the popupControl window remains at the same location (unexpected, see pics Linux2.png, Windows2.png), while on macOS the popupControl window follows the main window (as expected, see macOS2.png).
Tested on Windows 11, Ubuntu 22.04, macOS 15.0.1 with latest JDK and JavaFX versions (but any other will do).