mirror of
https://github.com/videojs/video.js.git
synced 2025-04-25 12:24:45 +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',
|
loadEvent: 'play',
|
||||||
children: {
|
children: {
|
||||||
'playToggle': {},
|
'playToggle': {},
|
||||||
'fullscreenToggle': {},
|
|
||||||
'currentTimeDisplay': {},
|
'currentTimeDisplay': {},
|
||||||
'timeDivider': {},
|
'timeDivider': {},
|
||||||
'durationDisplay': {},
|
'durationDisplay': {},
|
||||||
'remainingTimeDisplay': {},
|
'remainingTimeDisplay': {},
|
||||||
'progressControl': {},
|
'progressControl': {},
|
||||||
|
'fullscreenToggle': {},
|
||||||
'volumeControl': {},
|
'volumeControl': {},
|
||||||
'muteToggle': {}
|
'muteToggle': {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user