[jfx19] RFR: 8290348: TreeTableView jumping to top [v2]

Johan Vos jvos at openjdk.org
Sun Jul 17 18:59:22 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 issue with IDE-indicated unused statement

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

Changes:
  - all: https://git.openjdk.org/jfx/pull/836/files
  - new: https://git.openjdk.org/jfx/pull/836/files/b183a841..2afb1d37

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=836&range=01
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=836&range=00-01

  Stats: 1 line in 1 file changed: 0 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