Re: [jfx19] RFR: 8290348: TreeTableView jumping to top [v3]

2022-07-20 Thread Kevin Rushforth
On Tue, 19 Jul 2022 10:36:07 GMT, Johan Vos 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 si

Re: [jfx19] RFR: 8290348: TreeTableView jumping to top [v3]

2022-07-20 Thread Ajit Ghaisas
On Tue, 19 Jul 2022 10:36:07 GMT, Johan Vos 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 si

Re: [jfx19] RFR: 8290348: TreeTableView jumping to top [v3]

2022-07-19 Thread Johan Vos
> 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 > i