angieBabel / blockly

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

Block palette not positioning correctly in IE #216

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In IE 11, go to the Blockly Maze 
(https://blockly-demo.appspot.com/static/apps/maze/index.html).
2. Notice that the palette of Blockly blocks is much lower than it should be 
(as compared to viewing the same app in Firefox or Chrome).
3. Clicking on the Blockly palette nudges it upward with each click.

What is the expected output? What do you see instead?
I expect to see the Blockly palette to the right of the maze elements, not 
below the maze elements. Also, the Blockly palette should not move when clicked.

What browser are you using?
Internet Explorer 11 on Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by esmac...@gmail.com on 21 Mar 2014 at 7:47

GoogleCodeExporter commented 8 years ago
Fixed in r1665.  Will be pushed live by tomorrow.  Thanks!
The issue was using window.scrollY instead of window.pageYOffset.

Original comment by neil.fra...@gmail.com on 26 Mar 2014 at 8:31