Re: RFR: 8277122: SplitPane divider drag can hang the layout [v4]

2022-01-31 Thread Ajit Ghaisas
On Thu, 27 Jan 2022 20:48:40 GMT, Marius Hanl wrote: >> When a divider is moved via drag or code it will call **requestLayout()** >> for the **SplitPane**. >> While this is fine, it is also called when the >> **SplitPaneSkin#layoutChildren(..)** method is repositioning the divider. >> >> This

Re: RFR: 8277122: SplitPane divider drag can hang the layout [v4]

2022-01-28 Thread Jeanette Winzenburg
On Thu, 27 Jan 2022 20:48:40 GMT, Marius Hanl wrote: >> When a divider is moved via drag or code it will call **requestLayout()** >> for the **SplitPane**. >> While this is fine, it is also called when the >> **SplitPaneSkin#layoutChildren(..)** method is repositioning the divider. >> >> This

Re: RFR: 8277122: SplitPane divider drag can hang the layout [v4]

2022-01-27 Thread Marius Hanl
> When a divider is moved via drag or code it will call **requestLayout()** for > the **SplitPane**. > While this is fine, it is also called when the > **SplitPaneSkin#layoutChildren(..)** method is repositioning the divider. > > This makes no sense since we are currently layouting everything,