Re: RFR: 8341281: Root TreeItem with null value breaks TreeTableView [v4]

2025-06-03 Thread Ziad El Midaoui
On Mon, 2 Jun 2025 15:38:04 GMT, Ambarish Rapte wrote: >> Ziad El Midaoui has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Minor change : new line added > > modules/javafx.controls/src/main/java/javafx/scene/control/skin/TreeTableViewSkin

Re: RFR: 8341281: Root TreeItem with null value breaks TreeTableView [v4]

2025-06-02 Thread Ambarish Rapte
On Tue, 27 May 2025 16:09:52 GMT, Ziad El Midaoui wrote: >> When the Root TreeItem is set to null, need to relayout to show the children >> items > > Ziad El Midaoui has updated the pull request incrementally with one > additional commit since the last revision: > > Minor change : new line

Re: RFR: 8341281: Root TreeItem with null value breaks TreeTableView [v4]

2025-05-28 Thread Ziad El Midaoui
On Tue, 27 May 2025 16:09:52 GMT, Ziad El Midaoui wrote: >> When the Root TreeItem is set to null, need to relayout to show the children >> items > > Ziad El Midaoui has updated the pull request incrementally with one > additional commit since the last revision: > > Minor change : new line

Re: RFR: 8341281: Root TreeItem with null value breaks TreeTableView [v4]

2025-05-27 Thread Andy Goryachev
On Tue, 27 May 2025 16:09:52 GMT, Ziad El Midaoui wrote: >> When the Root TreeItem is set to null, need to relayout to show the children >> items > > Ziad El Midaoui has updated the pull request incrementally with one > additional commit since the last revision: > > Minor change : new line

Re: RFR: 8341281: Root TreeItem with null value breaks TreeTableView [v4]

2025-05-27 Thread Ziad El Midaoui
> When the Root TreeItem is set to null, need to relayout to show the children > items Ziad El Midaoui has updated the pull request incrementally with one additional commit since the last revision: Minor change : new line added - Changes: - all: https://git.openjdk.org/jfx/pul