Phil

Results 4 issues of Phil

In `GroupedCollection` you only check for `close_with` even though it also listens for `destroy` events. This is inconsistent with `VirtualCollection` where you explicitly checks for both `close_with` and `destroy_with` and...

If you try to use something like this: ``` WEBVTT 00:00:00.000 --> 00:00:15.800 align:middle line:90% Hello world 00:00:15.800 --> 00:00:19.800 align:middle line:90% ``` the webvtt track parser method in tracks.js...

Bug

Fixes mediaelement/mediaelement#2835 Loosened the vtt text fallback check to compare against null AND undefined. This guards against the case where the last last line in the file is just the...

Note sure how this extension manages to break this but in page anchors are breaking for other sites. Steps to Reproduce: Go to http://api.jqueryui.com/draggable/ Click one of the options, it'll...