phetsims / soccer-common

"Soccer Common" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 1 forks source link

Selected group item should not change while sorting #7

Open zepumph opened 5 months ago

zepumph commented 5 months ago

From https://github.com/phetsims/scenery-phet/issues/815, promoting a TODO to an issue in GroupSortInteractionModel:

    // TODO: Turn this on! But we can't until reorganizeStack respects the selection first. https://github.com/phetsims/scenery-phet/issues/815
    // assert && this.selectedGroupItemProperty.lazyLink( () => {
    //   assert && assert( !this.isGroupItemKeyboardGrabbedProperty.value, 'should not change selection when sorting' );
    // } );

Over to @marlitas and @jbphet. Good luck!