renciso218 / blockly

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

blockfactory doesn't work anymore #214

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open blockfactory https://blockly-demo.appspot.com/static 
/apps/blockfactory/index.html
2. open javascript console

What is the expected output? What do you see instead?
Nothing is generated on right panels while 1 or 2 months ago it was.

What browser are you using?
-Chrome Version 33.0.1750.146
-Firefox 27.0.1

Please provide any additional information below.
Javascript console dump:
The key "target-densitydpi" is not supported. index.html:5
Uncaught AssertionError: Assertion failed: Please use Blockly.Block.obtain. 
blockly_compressed.js:60
goog.asserts.doAssertFailure_ blockly_compressed.js:60
goog.asserts.assert blockly_compressed.js:61
Blockly.Block blockly_compressed.js:840
updateFunc preview.js:44
updatePreview factory.js:374
initPreview factory.js:43
init preview.js:60
Uncaught AssertionError: Assertion failed: Please use Blockly.Block.obtain. 
blockly_compressed.js:60
goog.asserts.doAssertFailure_ blockly_compressed.js:60
goog.asserts.assert blockly_compressed.js:61
Blockly.Block blockly_compressed.js:840
init

Original issue reported on code.google.com by tanguy.b...@gmail.com on 13 Mar 2014 at 4:22

GoogleCodeExporter commented 8 years ago
Already fixed in r1650, I just haven't had a chance to update the demo server.  
But your local copy should work fine (assuming it is up to date).

Original comment by neil.fra...@gmail.com on 14 Mar 2014 at 5:24