Re: [Rev 01] RFR: 8237602: TabPane doesn't respect order of TabPane.getTabs() list

2020-05-10 Thread Ambarish Rapte
> Issue: > When tabs are permuted as mentioned in the issue description as, > 1. TabPane.getTabs().setAll(tab0, tab1) > 2. TabPane.getTabs().setAll(tab0, tab1, tab2, tab3); > the tab headers do not get permuted in same order as `TabPane.getTabs()`. > > => tab headers should be shown in order as t

Re: [Rev 01] RFR: 8237602: TabPane doesn't respect order of TabPane.getTabs() list

2020-05-10 Thread Ambarish Rapte
On Fri, 1 May 2020 14:42:34 GMT, Kevin Rushforth wrote: >> Ambarish Rapte has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review-update: change test name > > tests/system/src/test/java/test/robot/javafx/scene/TabPanePermuteGetTabsTest.ja

Re: [Rev 01] RFR: 8237602: TabPane doesn't respect order of TabPane.getTabs() list

2020-05-16 Thread Kevin Rushforth
On Mon, 11 May 2020 04:12:22 GMT, Ambarish Rapte wrote: >> Issue: >> When tabs are permuted as mentioned in the issue description as, >> 1. TabPane.getTabs().setAll(tab0, tab1) >> 2. TabPane.getTabs().setAll(tab0, tab1, tab2, tab3); >> the tab headers do not get permuted in same order as `TabPane

Re: [Rev 01] RFR: 8237602: TabPane doesn't respect order of TabPane.getTabs() list

2020-05-18 Thread Jeanette Winzenburg
On Mon, 11 May 2020 04:12:22 GMT, Ambarish Rapte wrote: >> Issue: >> When tabs are permuted as mentioned in the issue description as, >> 1. TabPane.getTabs().setAll(tab0, tab1) >> 2. TabPane.getTabs().setAll(tab0, tab1, tab2, tab3); >> the tab headers do not get permuted in same order as `TabPane