Re: RFR: 8291908: VirtualFlow creates unneeded empty cells

2024-05-13 Thread smith3390s
On Thu, 4 Aug 2022 14:30:40 GMT, Johan Vos wrote: > When calculating the viewportOffset, we now already take into account that > cells will have to shift. > > This prevents the creation of temporary empty cells in the layout phase. > One test needed to be fixed, since the number of invocations

Re: RFR: 8291908: VirtualFlow creates unneeded empty cells

2022-08-16 Thread Ajit Ghaisas
On Thu, 4 Aug 2022 14:30:40 GMT, Johan Vos wrote: > When calculating the viewportOffset, we now already take into account that > cells will have to shift. > > This prevents the creation of temporary empty cells in the layout phase. > One test needed to be fixed, since the number of invocations

Re: RFR: 8291908: VirtualFlow creates unneeded empty cells

2022-08-11 Thread Kevin Rushforth
On Thu, 4 Aug 2022 14:30:40 GMT, Johan Vos wrote: > When calculating the viewportOffset, we now already take into account that > cells will have to shift. > > This prevents the creation of temporary empty cells in the layout phase. > One test needed to be fixed, since the number of invocations