Commit 9836fd51 by jmclaus

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

parent 427386c9
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment