[Webkit-unassigned] [Bug 103266] TextTrack's .cues not ordered correctly when two cues have the same .startTime

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 08:14:13 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103266





--- Comment #2 from Antoine Quint <graouts at apple.com>  2012-12-05 08:16:39 PST ---
It seems we're ordering cues correctly per TextTrackCueList::add(PassRefPtr<TextTrackCue> prpCue, size_t start, size_t end). However, this code is not being called as a result of a cue in a TextTrackList having its startTime or endTime changed. We may want to simply add/remove the cue from the list of cues in TextTrack::cueDidChange() to simply refresh the order. I will try that approach.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list