renciso218 / blockly

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

Automatic flyout won't turn off #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
0. Set Blockly.Flyout.prototype.autoClose to false in flyout.js.
1. Build blockly-compressed.js.
2. Click on the flyout.
3. Click on a block.

What is the expected output? What do you see instead?
I expect the flyout not to close automatically. It does anyway, despite my 
having changed the code.

What browser are you using?
I'm using Chrome, but am also seeing this issue in the Eclipse-integrated 
browser.

Original issue reported on code.google.com by micahjwa...@gmail.com on 6 Jul 2012 at 2:34

GoogleCodeExporter commented 8 years ago
Hmm, it seems to work with the latest version of the file.

Original comment by micahjwa...@gmail.com on 6 Jul 2012 at 6:39

GoogleCodeExporter commented 8 years ago
Yes, I believe this was fixed a few weeks ago with r263 and r264.  But it 
hasn't been pushed to the live demo site yet.

Original comment by neil.fra...@gmail.com on 9 Jul 2012 at 1:05