renciso218 / blockly

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

Blocks remain highlighted in IE 11 #217

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 app 
(https://blockly-demo.appspot.com/static/apps/maze/index.html).
2. Wait for the app to load completely.
3. Once the "Stack a couple of 'move forward' blocks together to help me reach 
the goal." message appears, run your mouse cursor over the blocks in the 
palette.

What is the expected output? What do you see instead?
The blocks should only he highlighted when the mouse cursor is over them, but 
they are remaining selected until you run the mouse over them again.

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:52

GoogleCodeExporter commented 8 years ago
Fixed in r1666.  IE is an incompetant browser that forgets to fire mouseout 
events.

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