[jfx19] RFR: 8290348: TreeTableView jumping to top [v3]
Johan Vos
jvos at openjdk.org
Tue Jul 19 10:36:07 UTC 2022
> Do not recalculate total estimated size recursively.
>
> In the (unlikely) event that the recalculation triggers a new recalculation (e.g. when the height of a Cell is changed), do not start this recalculation.
> The cache and cache size may become inconsistent if a recursive calculation is started.
> This fixes JDK-8290348
Johan Vos has updated the pull request incrementally with one additional commit since the last revision:
Fix test (so that it fails before the patch to VirtualFlow)
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/836/files
- new: https://git.openjdk.org/jfx/pull/836/files/2afb1d37..080ae765
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=836&range=02
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=836&range=01-02
Stats: 2 lines in 2 files changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jfx/pull/836.diff
Fetch: git fetch https://git.openjdk.org/jfx pull/836/head:pull/836
PR: https://git.openjdk.org/jfx/pull/836
More information about the openjfx-dev
mailing list