mirror of
https://github.com/videojs/video.js.git
synced 2025-01-04 06:48:49 +02:00
Change the creation order of the control UI elements to make the tab order more intuitive
Signed-off-by: Greg Kraus <gdkraus@ncsu.edu>
This commit is contained in:
parent
ef260fca72
commit
4fe808dcbc
2
src/js/controls.js
vendored
2
src/js/controls.js
vendored
@ -46,12 +46,12 @@ vjs.ControlBar.prototype.options_ = {
|
||||
loadEvent: 'play',
|
||||
children: {
|
||||
'playToggle': {},
|
||||
'fullscreenToggle': {},
|
||||
'currentTimeDisplay': {},
|
||||
'timeDivider': {},
|
||||
'durationDisplay': {},
|
||||
'remainingTimeDisplay': {},
|
||||
'progressControl': {},
|
||||
'fullscreenToggle': {},
|
||||
'volumeControl': {},
|
||||
'muteToggle': {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user