Changeset 12430


Ignore:
Timestamp:
May 12, 2011, 8:32:01 PM (12 years ago)
Author:
jordan
Message:

(trunk web) #3820 "Web UI flicking to selection" -- apply a patch from buljit to fix a keyboard navigation regression reported by Tenzer in comment:8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/javascript/transmission.js

    r12342 r12430  
    471471        selectElement: function( e, doUpdate ) {
    472472                e.addClass('selected');
    473                 // commented out as an experiment --
    474                 // see https://trac.transmissionbt.com/ticket/3820#comment:3
    475                 // this.scrollToElement( e );
    476473                if( doUpdate )
    477474                        this.selectionChanged( );
     
    576573                        tr.deselectAll( );
    577574                        tr.selectRow( i, true );
     575                        tr.scrollToElement( tr._rows[i] );
    578576                }
    579577        },
Note: See TracChangeset for help on using the changeset viewer.