angieBabel / blockly

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

Context menu doesn't work while using uncompressed js-files #221

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the playground.html file from standart package.
2. Add one or more blocks to workspace.
3. Right click on one of the blocks.

What is the expected output? What do you see instead?
Expected to see a block context menu, but it ends up with exception:

Uncaught TypeError: Cannot read property 'MENU_ITEM' of undefined

What browser are you using?
Chrome 34.0.1847.116

Original issue reported on code.google.com by m.ovechn...@gmail.com on 23 Apr 2014 at 7:48

GoogleCodeExporter commented 8 years ago
Strange, but the problem dissapears after rebuilding project with build.py.

Original comment by m.ovechn...@gmail.com on 23 Apr 2014 at 11:45

GoogleCodeExporter commented 8 years ago
Odd.  I can't recreate this.  I suspect that I must have pushed a code update 
to the repository a few weeks back without pushing the corresponding 
compiled/uncompiled bundle.  Just to be safe I pushed r1713 just now which 
recompiles everything.  Whatever this bug was, it should be gone now.  Thanks 
for the note.

Original comment by neil.fra...@gmail.com on 24 Apr 2014 at 1:21