Re: TabPane - initial select tab not working properly?

2020-08-20 Thread Daniel Peintner
Hi Ambarish, all, Thank you for the feedback. I did report the bug and got the internal review ID : 9066543 Thanks, -- Daniel On Wed, Aug 19, 2020 at 8:45 PM Ambarish Rapte wrote: > Hello Daniel, > > The behavior seems like a bug to me. > Looks like the first layout of TabHeader fails to br

RE: TabPane - initial select tab not working properly?

2020-08-19 Thread Ambarish Rapte
Hello Daniel, The behavior seems like a bug to me. Looks like the first layout of TabHeader fails to bring the selected tab header into view. You can report it here https://bugs.java.com/bugdatabase/ Reason why it works with Platform.runLater(): Wrapping the select() call inside a Platfrom.run