[jfx19] Integrated: 8290348: TreeTableView jumping to top

Johan Vos jvos at openjdk.org
Thu Jul 21 12:46:11 UTC 2022


On Sun, 17 Jul 2022 17:56:11 GMT, Johan Vos <jvos at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: 6da05c2c
Author:    Johan Vos <jvos at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/6da05c2c7ed8f3911a43f51cbce2a5988a011c7d
Stats:     81 lines in 2 files changed: 46 ins; 11 del; 24 mod

8290348: TreeTableView jumping to top

Reviewed-by: aghaisas, kcr

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

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


More information about the openjfx-dev mailing list