fengzhangli / blockly

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

Not showing printed messages after a second if/do/else prompt #130

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set up a loop, consisting of an initial printed message and an if/do/else.

2. The if/do/else's structure should have an equation comparing a number prompt 
to a number. If it is true, it prints a message; if it is false it print a 
different one.

3. It then loops, and it fails to bring up either the "do" message or the 
"else" message or any messages afterwards.

What is the expected output? What do you see instead?
I expect it to bring up either the "do" message or the "else" message, but it 
instead exits back to the code setup page.

What browser are you using?
Mozilla Firefox 19.0.2

Original issue reported on code.google.com by abcbo...@gmail.com on 27 Mar 2013 at 4:18

Attachments:

GoogleCodeExporter commented 8 years ago
I have recreated the code shown in the snapshot:
https://blockly-demo.appspot.com/static/apps/code/en.html#yzkjhi
This code appears to run correctly.  I'm not seeing an error.

Please post a link to code that fails.  Thanks.

Original comment by neil.fra...@gmail.com on 27 Mar 2013 at 4:50

GoogleCodeExporter commented 8 years ago
I think my pop-up blocker was on. Now it's working. Sorry!

Original comment by abcbo...@gmail.com on 27 Mar 2013 at 4:55