fengzhangli / blockly

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

Blocks don't align in IE10 #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In IE10 go to the Blockly Maze demo
2. Add 2 or more blocks to the workspace

What is the expected output? What do you see instead?
The blocks should stack vertically. Instead the are offset to the right.

What browser are you using?
Internet Explorer 10

Please provide any additional information below.
The source code indicates that any addition blocks have the attribute 
transform="translate(70, 26)"
In chrome the source code shows transform="translate(70, 26)"

Original issue reported on code.google.com by gbowma...@gmail.com on 9 May 2013 at 3:24

GoogleCodeExporter commented 8 years ago
Phillip, is this a bug you are looking at?

Original comment by neil.fra...@gmail.com on 20 May 2013 at 6:40

GoogleCodeExporter commented 8 years ago
Yes, I am fixing the iPad first and then I will look at IE10, then IE9, and so 
forth.

Original comment by pbo...@google.com on 21 May 2013 at 1:04

GoogleCodeExporter commented 8 years ago
This should get blockly working in IE10. Please test it out and let me know if 
anything goes wrong. 

Original comment by tobyk...@gmail.com on 8 Jul 2013 at 11:10

Attachments:

GoogleCodeExporter commented 8 years ago
I tried the patch but it hasn't made any difference. The same error is still 
there in IE10. I'm testing on blocklycode.appspot.com

Original comment by gbowma...@gmail.com on 9 Jul 2013 at 2:09

GoogleCodeExporter commented 8 years ago
@graham, ty for the feedback and the test site. Since the patch applies to the 
uncompressed version of blockly we have to run ./build.py manually. This will 
rebuild blockly_compressed.js from the source files.

Original comment by tobyk...@gmail.com on 9 Jul 2013 at 8:51

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thank you for pointing that out. I had a few problems trying to build but 
eventually it built successfully and testing in IE10 works as expected! Many 
thanks! I can now use this in my class.

Original comment by gbowma...@gmail.com on 10 Jul 2013 at 7:32

GoogleCodeExporter commented 8 years ago
r1083.

Original comment by tobyk...@gmail.com on 12 Jul 2013 at 7:03