RFR: 8277785: ListView scrollTo jumps to wrong location when CellHeight is changed [v2]
Johan Vos
jvos at openjdk.java.net
Tue Mar 22 08:47:42 UTC 2022
> When the size of a ListCell is changed and a scrollTo method is invoked without having a layout calculation in between, the old (wrong) size is used to calculcate the total estimate. This happens e.g. when the size is changed in the `updateItem` method.
> This PR will immediately resize the cell and sets the new value in the cache containing the cellsizes.
Johan Vos has updated the pull request incrementally with one additional commit since the last revision:
Add the option to shift all cells down in case the current calculations would lead to empty cells at the end of the view,
while there are available cells before the beginning of the view.
-------------
Changes:
- all: https://git.openjdk.java.net/jfx/pull/712/files
- new: https://git.openjdk.java.net/jfx/pull/712/files/d1ab8afb..05935373
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jfx&pr=712&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=712&range=00-01
Stats: 13 lines in 1 file changed: 13 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jfx/pull/712.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/712/head:pull/712
PR: https://git.openjdk.java.net/jfx/pull/712
More information about the openjfx-dev
mailing list