[Webkit-unassigned] [Bug 32593] New: Videos on dotSUB.com do not play

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 20:14:26 PST 2009


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

           Summary: Videos on dotSUB.com do not play
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://dotsub.com
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: brooks at lyrette.ca


Load any video page and you will see the videos do not play. (ex:
http://dotsub.com/view/665bd0d5-a9f4-4a07-9d9e-b31ba926ca78 )

This is because the latest version of webkit returns an object the site is not
expecting:

media:

Media = { type: "screen"}

The site expects:

media:

media = {"id":"665bd0d5-a9f4-4a07-9d9e-b31ba926ca78","title":"Twitter in Plain
English","description":"A short explanation of the micro-blogging service,
Twitter."}

as defined in the page: 

  <script type='text/javascript'> 
//<![CDATA[
 media = {"id":"665bd0d5-a9f4-4a07-9d9e-b31ba926ca78","title":"Twitter in Plain
English","description":"A short explanation of the micro-blogging service,
Twitter."}
//]]>
</script>

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