Speed control now regains focus after a speed entry has been selected with the keyboard

This commit is contained in:
jmclaus
2013-09-21 00:20:48 +02:00
parent 427386c9cc
commit 9836fd51c7

View File

@@ -283,6 +283,9 @@ function () {
this.videoSpeedControl.currentSpeed
);
}
// When a speed entry has been selected, we want the speed control to
// regain focus.
parentEl.parent().siblings('a').focus();
}
function reRender(params) {