sgzwiz / brython

Automatically exported from code.google.com/p/brython
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Including python script are not declared in the scope, with IE8 #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a external python script, with a simple function
2. Include it with the brython trick
3. in the main html, create an alert to display the function

What is the expected output? What do you see instead?
With firefox/chrome : the alert box display the content of the function
(the function is shown in the scope)
With IE8 : it throw a javascript error

What version of the product are you using? On what operating system?
latest on win7

Please provide any additional information below.
just my first tests

Original issue reported on code.google.com by manat...@gmail.com on 31 Jan 2013 at 12:58

GoogleCodeExporter commented 9 years ago
Hi,
I couldn't reproduce the bug. Could you give more explanations and an example 
of the main HTML file ?
Thanks

Original comment by pierre.q...@gmail.com on 3 Feb 2013 at 6:53

GoogleCodeExporter commented 9 years ago
OK i will send you back some codes
Le 3 f�vr. 2013 07:53, <brython@googlecode.com> a �crit :

Original comment by manat...@gmail.com on 3 Feb 2013 at 10:02