RESOLVED FIXED Bug 13366
REGRESSION (r10935): AOL beta music player doesn't play
https://bugs.webkit.org/show_bug.cgi?id=13366
Summary REGRESSION (r10935): AOL beta music player doesn't play
Troy Brandt
Reported 2007-04-16 15:31:19 PDT
If you visit the page above you'll be presented with a list of songs. Click the play link to the right to open a pop-up with the player contained within. In Safari Version 2.0.4 (419.3) the song immediately starts playing. In WebKit r20897 the player appears to load but doesn't ever start playing and the controls don't work. It looks like it fails to load up the song for play. I'll included a reduction however someone may be able to get it reduced down a bit further.
Attachments
reduction (50.34 KB, text/html)
2007-04-16 15:33 PDT, Troy Brandt
no flags
The qt script file referenced in Javascript console (44.25 KB, text/plain)
2007-06-15 21:17 PDT, David Carson
no flags
Troy Brandt
Comment 1 2007-04-16 15:33:34 PDT
Created attachment 14056 [details] reduction
David Carson
Comment 2 2007-06-15 21:16:35 PDT
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
David Carson
Comment 3 2007-06-15 21:17:38 PDT
Created attachment 15077 [details] The qt script file referenced in Javascript console
David Carson
Comment 5 2007-07-05 22:38:15 PDT
using nightly.webkit.org, I went back to the first release, r11976, and the problem still exists there.
David Carson
Comment 6 2007-07-16 11:01:37 PDT
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
David Kilzer (:ddkilzer)
Comment 7 2007-07-17 07:38:35 PDT
David Kilzer (:ddkilzer)
Comment 8 2007-07-17 07:38:54 PDT
David Kilzer (:ddkilzer)
Comment 9 2007-07-18 17:10:17 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.
David Kilzer (:ddkilzer)
Comment 10 2007-07-18 17:11:07 PDT
Should we evangelize AOL to fix this issue as well?
David Kilzer (:ddkilzer)
Comment 11 2007-07-18 17:12:09 PDT
Fixed by andersca in r 24429.
David Kilzer (:ddkilzer)
Comment 12 2007-07-18 21:58:26 PDT
(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.
Note You need to log in before you can comment on or make changes to this bug.