Summary: | REGRESSION (r10935): AOL beta music player doesn't play | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Troy Brandt <troyb> | ||||||
Component: | DOM | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | dacarson, ddkilzer, mitz | ||||||
Priority: | P1 | Keywords: | InRadar, Regression | ||||||
Version: | 523.x (Safari 3) | ||||||||
Hardware: | Mac | ||||||||
OS: | OS X 10.4 | ||||||||
URL: | http://music.aol.com/songs/newsongs | ||||||||
Attachments: |
|
Description
Troy Brandt
2007-04-16 15:31:19 PDT
Created attachment 14056 [details]
reduction
According to the Javascript console, there was a TypeError: NULL value on line 1382 of: http://nsvapp-prod-rr.stream.aol.com:80/283/qt.js Created attachment 15077 [details]
The qt script file referenced in Javascript console
using nightly.webkit.org, I went back to the first release, r11976, and the problem still exists there. regression was introduced in r10936 when correcting the bug: http://bugs.webkit.org/show_bug.cgi?id=5449 Added mitz to CC list as he corrected the bug Code change: http://trac.webkit.org/projects/webkit/changeset/10935 Layout test: http://trac.webkit.org/projects/webkit/changeset/10936 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. Should we evangelize AOL to fix this issue as well? Fixed by andersca in r 24429. (In reply to comment #10) > Should we evangelize AOL to fix this issue as well? Sent feedback to AOL via the "Send Us Feedback" link on http://music.aol.com/songs/newsongs. |