1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-21 01:39:04 +02:00
video.js/test
Pat O'Neill 5ff5569b13 fix: ensure the default ID of the first player is 'vjs_video_3' as some people have relied on this (#6216)
When a player is created without an id on the embed code, Video.js automatically assigns it one based on an auto-incrementing number (a.k.a. a GUID). For the longest time, this has happened to result in the default id of the first player being vjs_video_3.

It was never intended for users to rely on this value being consistent, but users do strange and inadvisable things.

PR #6103 had an unintended side effect in that it changed the default id to vjs_video_2, which we worry could affect some users of Video.js.
2019-09-05 15:20:06 -04:00
..
api feat: add built-in Picture-in-Picture button (#6002) 2019-06-18 16:42:02 -04:00
require feat: built-in HLS playback support (#5057) 2018-03-30 14:01:16 -04:00
unit fix: ensure the default ID of the first player is 'vjs_video_3' as some people have relied on this (#6216) 2019-09-05 15:20:06 -04:00
globals-shim.js test: fix tests (#3953) 2017-01-19 11:17:46 -05:00
karma.conf.js chore: don't log karma config (#5955) 2019-04-23 22:01:58 -04:00