RFR: 8338145: ComboBox popup is in wrong location on first showing [v2]
Christopher Schnick
duke at openjdk.org
Wed Jan 21 03:47:49 UTC 2026
> The resize method in the combo box skin does not take into account whether the popup was autofixed or not. This causes a wrong position if the content size is changed, which it often is on initial show.
>
> If anyone has a better idea how to actually determine whether a popup was autofixed, then I can improve the check. Currently it relies purely on the popup position and the combo box position.
>
> I tested this fix manually on Windows with a reproducer and it works as expected there
Christopher Schnick has updated the pull request incrementally with one additional commit since the last revision:
Improve comment
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/2044/files
- new: https://git.openjdk.org/jfx/pull/2044/files/4bd4a1a1..86520bd9
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=2044&range=01
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=2044&range=00-01
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jfx/pull/2044.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/2044/head:pull/2044
PR: https://git.openjdk.org/jfx/pull/2044
More information about the openjfx-dev
mailing list