[Webkit-unassigned] [Bug 13366] REGRESSION (r10935): AOL beta music player doesn't play

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 17:10:18 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13366





------- Comment #9 from ddkilzer at webkit.org  2007-07-18 17:10 PDT -------
7/18/07 3:56 PM Anders Carlsson:
Here's the problem:

The qt.js file has a typo, causing it to write

document.write("<embed"
                + "\" width=" + width + " height=" + height

this will result in a tag with the name <embed" (note the extra character at
the end). This causes Safari to not recognize the embed element.


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



More information about the webkit-unassigned mailing list