-
Bug
-
Resolution: Fixed
-
P3
-
jfx23
-
b16
Once the popup menu or combobox pull down is shown, the IME window shows up in a wrong place.
To reproduce:
- run the attached app on macOS
- right click on the text area to show the menu (alternatively, click on the combo box)
- notice that IME window is displayed at the wrong location (for me, at the left bottom corner of the primary screen)
See https://github.com/openjdk/jfx/pull/1356#issuecomment-2082858747
The IME window seem to pop up at the right location when the window is moved to another monitor, but later pops again at the wrong location.
To reproduce:
- run the attached app on macOS
- right click on the text area to show the menu (alternatively, click on the combo box)
- notice that IME window is displayed at the wrong location (for me, at the left bottom corner of the primary screen)
See https://github.com/openjdk/jfx/pull/1356#issuecomment-2082858747
The IME window seem to pop up at the right location when the window is moved to another monitor, but later pops again at the wrong location.
- duplicates
-
JDK-8332021 Controls with popups should be disabled by the IME.
- Closed
- relates to
-
JDK-8288893 Popup and its subclasses cannot input text from InputMethod
- Open
-
JDK-8320912 IME should commit on focus change
- Resolved
- links to
-
Commit openjdk/jfx/cac81b52
-
Review(master) openjdk/jfx/1447