Re: RFR: 8252236: TabPane - initial select tab not working properly

2020-09-14 Thread Jeanette Winzenburg
On Mon, 14 Sep 2020 07:09:01 GMT, Ambarish Rapte wrote: >> the issue is that the header of the selected tab is not always visible (or >> kept visible, see report for details) >> >> - initially >> - after changing side >> - after resizing stage/tabPane >> >> Fixed in TabPaneSkin to notify its T

Re: RFR: 8252236: TabPane - initial select tab not working properly

2020-09-14 Thread Ambarish Rapte
On Thu, 10 Sep 2020 12:03:34 GMT, Jeanette Winzenburg wrote: > the issue is that the header of the selected tab is not always visible (or > kept visible, see report for details) > > - initially > - after changing side > - after resizing stage/tabPane > > Fixed in TabPaneSkin to notify its Tab

RFR: 8252236: TabPane - initial select tab not working properly

2020-09-10 Thread Jeanette Winzenburg
its scroll might need an update. Added tests that fail before and pass after the fix. - Commit messages: - 8252236: TabPane - initial select tab not working properly Changes: https://git.openjdk.java.net/jfx/pull/300/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx&pr

Re: TabPane - initial select tab not working properly?

2020-08-20 Thread Daniel Peintner
Original Message- > From: Daniel Peintner > Sent: Wednesday, August 19, 2020 8:47 PM > To: openjfx-dev@openjdk.java.net > Subject: TabPane - initial select tab not working properly? > > All, > > I just stumbled over a problem which I think is a bug in JavaFX. > >

RE: TabPane - initial select tab not working properly?

2020-08-19 Thread Ambarish Rapte
(). Regards, Ambarish -Original Message- From: Daniel Peintner Sent: Wednesday, August 19, 2020 8:47 PM To: openjfx-dev@openjdk.java.net Subject: TabPane - initial select tab not working properly? All, I just stumbled over a problem which I think is a bug in JavaFX. In a program I create

TabPane - initial select tab not working properly?

2020-08-19 Thread Daniel Peintner
All, I just stumbled over a problem which I think is a bug in JavaFX. In a program I create several tabs and initialize a selected tab upfront. The 'select' command works fine for the tab pane content but unfortunately not for the header that shows the current active tab (somehow the tab header d