[Webkit-unassigned] [Bug 116506] New: Removing and adding the media element in a page triggers track reloading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 20 19:36:20 PDT 2013


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

           Summary: Removing and adding the media element in a page
                    triggers track reloading
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: eric.carlson at apple.com, dino at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/b6eecd3324fc6c308c658019e0ea682c8aa51be2

Removing and adding the media element in a page triggers track
reloading. If the URL of the track hasn't changed, LoadableTextTrack::scheduleLoad
return early without notifying the parent track element.

This is a simple fix to continue the normal loading process,
informing the parent HTMLTrackElement that the track is
loaded successfully or an error has occured.

-- 
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