RFR: 8306447: Adding an element to a long existing list may cause the first visible element to jump
Andy Goryachev
angorya at openjdk.org
Mon May 1 17:11:28 UTC 2023
On Sat, 29 Apr 2023 19:49:48 GMT, Johan Vos <jvos at openjdk.org> wrote:
> Not sure I understand this scenario
The scenario is when ListView has items with variable heights, and scroll bar positioned to somewhere in the middle, adding a new item would unexpectedly scroll the content. It seems to have been fixed by the latest commit.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1099#issuecomment-1529949262
More information about the openjfx-dev
mailing list