Re: [Integrated] RFR: 8237453: [TabPane] Incorrect arrow key traversal through tabs after reordering

2020-02-06 Thread Ambarish Rapte
Changeset: 21d3b7e0 Author:Ambarish Rapte Date: 2020-02-07 05:59:01 + URL: https://git.openjdk.java.net/jfx/commit/21d3b7e0 8237453: [TabPane] Incorrect arrow key traversal through tabs after reordering Reviewed-by: kcr, aghaisas !

Re: RFR: 8237453: [TabPane] Incorrect arrow key traversal through tabs after reordering

2020-02-06 Thread Ajit Ghaisas
On Wed, 5 Feb 2020 11:07:39 GMT, Ambarish Rapte wrote: > Issue: > Dragging a tab and dropping it back to it's original position causes an > incorrect reordering of tabs. Incorrect order of tabs can be observed using > arrow key traversal through tabs. > > Cause: > Below mechanism of

Re: RFR: 8237453: [TabPane] Incorrect arrow key traversal through tabs after reordering

2020-02-05 Thread Kevin Rushforth
On Wed, 5 Feb 2020 23:31:29 GMT, Kevin Rushforth wrote: >> Issue: >> Dragging a tab and dropping it back to it's original position causes an >> incorrect reordering of tabs. Incorrect order of tabs can be observed using >> arrow key traversal through tabs. >> >> Cause: >> Below mechanism of

Re: RFR: 8237453: [TabPane] Incorrect arrow key traversal through tabs after reordering

2020-02-05 Thread Kevin Rushforth
On Wed, 5 Feb 2020 11:07:39 GMT, Ambarish Rapte wrote: > Issue: > Dragging a tab and dropping it back to it's original position causes an > incorrect reordering of tabs. Incorrect order of tabs can be observed using > arrow key traversal through tabs. > > Cause: > Below mechanism of

RFR: 8237453: [TabPane] Incorrect arrow key traversal through tabs after reordering

2020-02-05 Thread Ambarish Rapte
Issue: Dragging a tab and dropping it back to it's original position causes an incorrect reordering of tabs. Incorrect order of tabs can be observed using arrow key traversal through tabs. Cause: Below mechanism of identifying if tab header is dragged and dropped at same position is not