renciso218 / blockly

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

If statements about path in Blockly Maze do not work #167

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In blockly maze level 6 add an if statement with "if path to the left"
2. Press run.
3.

What is the expected output? What do you see instead?
I expect it to turn left if there is a path left.  Instead we get an error: 
"TypeError: Object # <Object> has no method 'isPathLeft'

On firefox, the error is this:
"TypeError: Maze.isPathLeft is not a function"

What browser are you using?
Updated version of Chrome and Firefox

Please provide any additional information below.

Original issue reported on code.google.com by lukasz.o...@gmail.com on 30 Sep 2013 at 1:06

GoogleCodeExporter commented 8 years ago
I am also having this problem

Original comment by erena.m...@gmail.com on 30 Sep 2013 at 3:55

GoogleCodeExporter commented 8 years ago
Sorry about this.  We removed some code we thought was no longer being used and 
were obviously mistaken.  Thank you for reporting the problem.  We're on it.

Original comment by sper...@google.com on 30 Sep 2013 at 3:23

GoogleCodeExporter commented 8 years ago
I've written and tested the fix and have paged Neil to review and push it.

Original comment by sper...@google.com on 30 Sep 2013 at 3:43

GoogleCodeExporter commented 8 years ago
The fix has been pushed.

Original comment by sper...@google.com on 30 Sep 2013 at 4:06