fabriciocs / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

JS error when swfobject used on page viewed with certain Norton products are running on the client system #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use swfobject on a page
2. view the page with certain versions of Norton AV/popup blocker installed
3.

What is the expected output? What do you see instead?
The code:
document.write("<script....") 

is caught by Norton and replaced with some stuff they use to do popup 
blocking.  Whatever they do causes browser errors.  

That's why many of the popular opensource JS libraries (like Dojo, etc) do 
this instead, to prevent Norton from messing with the tag:

document.write("<scr"+"ipt....")

What version of the product are you using? On what operating system?
2.0 rc1, WinXP SP2, IE7, Norton AV 2007

Please provide any additional information below.
I reported this as a comment in 
http://code.google.com/p/swfobject/issues/detail?id=31&can=1#c4

and now I've confirmed it.

Original issue reported on code.google.com by get...@gmail.com on 17 Jan 2008 at 5:35

GoogleCodeExporter commented 9 years ago
We will investigate this issue.

Original comment by bobbyvandersluis on 19 Jan 2008 at 11:17

GoogleCodeExporter commented 9 years ago
Fixed in RC2

Original comment by bobbyvandersluis on 11 Feb 2008 at 1:46