kavinithiy / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Permission Denied error when calling window.print(); with png processing #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use PNG transparency processing on page
2. call window.print();
3. see Permission Denied error
4. line in code erroring: f+=S(a.imports[g],by(a.href,b),c,d+1)

What is the expected output? What do you see instead?
The print dialog does come up, IE just throws a permission denied error
before showing it. Expected behavior would be no error.

What version of the product are you using? On what operating system?
2.0 Beta 3

Please provide any additional information below.
I love this piece of code, it's a godsend someone wrote it. Have to admit
though it throws me a wrench or two here and there. 

Original issue reported on code.google.com by seththet...@gmail.com on 15 Feb 2009 at 4:26

GoogleCodeExporter commented 9 years ago
Line erroring in uncompressed source is 1091:

for (var i = 0; i < styleSheet.imports.length; i++) {

Original comment by seththet...@gmail.com on 15 Feb 2009 at 4:41

GoogleCodeExporter commented 9 years ago
similar issue as reported in #94
http://code.google.com/p/ie7-js/issues/detail?id=94&q=print

I tried stripping out all PNG related functionality from the script as I don't 
need
it, but I still see the error. 

Original comment by leombr...@gmail.com on 9 Sep 2009 at 2:54

GoogleCodeExporter commented 9 years ago
This is a duplicate of issue #54.

Original comment by dean.edw...@gmail.com on 12 Feb 2010 at 2:02