pandora - can't select stations without allowing doubleclick
Posted: Fri Dec 16, 2011 4:33 pm
I have 9 "stations" on Pandora.com. If I don't allow doubleclick, I can only click on the bottom 5, and a small sliver of the bottom of 4.
So, if this is the display
Station 1
Station 2
Station 3
Station 4
Station 5
Station 6
Station 7
Station 8
Station 9
Stations 5-9 are fully clickable. Station 4 has a 1 pixel horizontal bar just above station 5 that can be clicked, but anything above that line doesn't work. Stations 1-3 aren't at all clickable.
Enabling doubleclick.net allows all the stations to work.
I see only one doubleclick javascript reference. If I open the link (which contains *all* my demographic data) by copying and pasting it (after doing Select All, View Selection Source on the main Pandora window), the Javascript is this:
document.body.style.background = "transparent";
medium_rectangle();
document.write('\n');
if(parent.setActiveStyleSheet) parent.setActiveStyleSheet("default");
document.write('\n\n<a href=\"http://ad.doubleclick.net/XXX_REMOVED_XXX" target=\"_blank\"><img src=\"http://s0.2mdn.net/2889158/Coldplay_300x250.jpg\" border=\"0\"></a>\n\n<!-- -->\n<img src=\"\" style=\"position:absolute; top:0px; left:0px; visibility:hidden\" />\n<!-- -->\n<img src=\"\" style=\"position:absolute; top:0px; left:0px; visibility:hidden\" />\n<!-- -->\n<img src=\"\" style=\"position:absolute; top:0px; left:0px; visibility:hidden\" />\n<!-- -->\n<img src=\"\" style=\"position:absolute; top:0px; left:0px; visibility:hidden\" />');
where XXX_REMOVED_XXX is basically the same demo data that's leaked in the javascript reference.
So, if this is the display
Station 1
Station 2
Station 3
Station 4
Station 5
Station 6
Station 7
Station 8
Station 9
Stations 5-9 are fully clickable. Station 4 has a 1 pixel horizontal bar just above station 5 that can be clicked, but anything above that line doesn't work. Stations 1-3 aren't at all clickable.
Enabling doubleclick.net allows all the stations to work.
I see only one doubleclick javascript reference. If I open the link (which contains *all* my demographic data) by copying and pasting it (after doing Select All, View Selection Source on the main Pandora window), the Javascript is this:
document.body.style.background = "transparent";
medium_rectangle();
document.write('\n');
if(parent.setActiveStyleSheet) parent.setActiveStyleSheet("default");
document.write('\n\n<a href=\"http://ad.doubleclick.net/XXX_REMOVED_XXX" target=\"_blank\"><img src=\"http://s0.2mdn.net/2889158/Coldplay_300x250.jpg\" border=\"0\"></a>\n\n<!-- -->\n<img src=\"\" style=\"position:absolute; top:0px; left:0px; visibility:hidden\" />\n<!-- -->\n<img src=\"\" style=\"position:absolute; top:0px; left:0px; visibility:hidden\" />\n<!-- -->\n<img src=\"\" style=\"position:absolute; top:0px; left:0px; visibility:hidden\" />\n<!-- -->\n<img src=\"\" style=\"position:absolute; top:0px; left:0px; visibility:hidden\" />');
where XXX_REMOVED_XXX is basically the same demo data that's leaked in the javascript reference.