]> granicus.if.org Git - transmission/commitdiff
(trunk web) #3820 "web ui flicking to selection" -- apply test patch suggested by fx
authorJordan Lee <jordan@transmissionbt.com>
Sun, 10 Apr 2011 04:30:20 +0000 (04:30 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sun, 10 Apr 2011 04:30:20 +0000 (04:30 +0000)
web/javascript/transmission.js

index 6cf85d0ea8ea2dcaf3bf04d55b00144a439ccacd..d04ca2cb66fb2445b6791cd369efc5eb8e53b7c8 100644 (file)
@@ -470,7 +470,9 @@ Transmission.prototype =
 
        selectElement: function( e, doUpdate ) {
                e.addClass('selected');
-               this.scrollToElement( e );
+               // commented out as an experiment --
+               // see https://trac.transmissionbt.com/ticket/3820#comment:3
+               // this.scrollToElement( e );
                if( doUpdate )
                        this.selectionChanged( );
        },