RFR: 8090123: Items are no longer visible when collection is changed [v2]
Karthik P K
kpk at openjdk.org
Mon Feb 20 10:34:58 UTC 2023
> When a large number of items were scrolled in the `ChoiceBox`, the scrolled offset was carried forward when the list is replaced with small number of items. Hence the scroll up arrow was displayed with empty popup.
>
> Changed code to scroll to top before popup display when content height of `ChoiceBox` is smaller than the scrolled offset.
>
> Added system test to validate the fix.
Karthik P K has updated the pull request incrementally with one additional commit since the last revision:
Fixing typo and adding more checks in systems test
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1039/files
- new: https://git.openjdk.org/jfx/pull/1039/files/1947ae8f..5c868729
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1039&range=01
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1039&range=00-01
Stats: 5 lines in 2 files changed: 3 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jfx/pull/1039.diff
Fetch: git fetch https://git.openjdk.org/jfx pull/1039/head:pull/1039
PR: https://git.openjdk.org/jfx/pull/1039
More information about the openjfx-dev
mailing list