Speed control now regains focus after a speed entry has been selected with the keyboard
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user