Integrated: 8090123: Items are no longer visible when collection is changed

Karthik P K kpk at openjdk.org
Tue Mar 7 17:19:51 UTC 2023


On Fri, 17 Feb 2023 12:33:31 GMT, Karthik P K <kpk at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 4178ad72
Author:    Karthik P K <kpk at openjdk.org>
Committer: Andy Goryachev <angorya at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/4178ad72c356ce8bd8fca95ee4dd22987a3b175a
Stats:     226 lines in 3 files changed: 226 ins; 0 del; 0 mod

8090123: Items are no longer visible when collection is changed

Reviewed-by: angorya, kcr

-------------

PR: https://git.openjdk.org/jfx/pull/1039


More information about the openjfx-dev mailing list