FW: [External] : Re: JFX25: TableView + col.setMaxWidth() now clipping column headers

2025-07-01 Thread Andy Goryachev
Didn't realize I replied to a direct message. Re-posting to the mailing list. -andy From: Andy Goryachev Date: Tuesday, July 1, 2025 at 09:25 To: Cormac Redmond Subject: Re: [External] : Re: JFX25: TableView + col.setMaxWidth() now clipping column headers You and John are right: this

Re: JFX25: TableView + col.setMaxWidth() now clipping column headers

2025-06-30 Thread John Hendrikx
Hi Cormac, That definitely looks like a bug.  Setting the maximum constraint should not have that effect.  The documentation describes what you'd expect and does not allude to the odd side effects you are seeing. Some work was done recently on the resizing of table columns, perhaps a regression w

Re: [External] : Re: JFX25: TableView + col.setMaxWidth() now clipping column headers

2025-06-30 Thread Andy Goryachev
projects: https://github.com/andy-goryachev/AppFramework -andy From: Cormac Redmond Date: Monday, June 30, 2025 at 14:54 To: Andy Goryachev Cc: openjfx-dev@openjdk.org Subject: [External] : Re: JFX25: TableView + col.setMaxWidth() now clipping column headers Hi, Well, it's not making m

Re: JFX25: TableView + col.setMaxWidth() now clipping column headers

2025-06-30 Thread Cormac Redmond
> > What happens when you set the preferred width for the columns? > > > > -andy > > > > > > > > *From: *openjfx-dev on behalf of Cormac > Redmond > *Date: *Saturday, June 28, 2025 at 16:42 > *To: *openjfx-dev@openjdk.org > *Subject: *JFX25: TableView + col.setMa

Re: JFX25: TableView + col.setMaxWidth() now clipping column headers

2025-06-30 Thread Andy Goryachev
the preferred width for the columns? -andy From: openjfx-dev on behalf of Cormac Redmond Date: Saturday, June 28, 2025 at 16:42 To: openjfx-dev@openjdk.org Subject: JFX25: TableView + col.setMaxWidth() now clipping column headers Hi, While testing JFX25 (on Windows), previously perfectly-sized col

JFX25: TableView + col.setMaxWidth() now clipping column headers

2025-06-28 Thread Cormac Redmond
Hi, While testing JFX25 (on Windows), previously perfectly-sized column sizes are now "too small", hiding parts of the column header. Code to reproduce: public class TableViewColSizeBug extends Application { @Override public void start(Stage stage) { TableView table = new TableV