renciso218 / blockly

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

Loading XML in Firefox does not work #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load XML in Firefox

What is the expected output? What do you see instead?

My program should have come back.

It didn't.

What browser are you using?

Firefox

Please provide any additional information below.

Original issue reported on code.google.com by Ichka...@gmail.com on 28 Jun 2012 at 7:59

GoogleCodeExporter commented 8 years ago
If you look into the index.html file of the code example and look for the load 
function adding the event argument should solve this issue for firefox (at 
least it worked for me). So just change "function load() {" to "function 
load(event) {".

Original comment by gastfreu...@gmail.com on 5 Jul 2012 at 1:39

GoogleCodeExporter commented 8 years ago
fixed in r403, thanks

Original comment by gasolin on 2 Sep 2012 at 12:13