renciso218 / blockly

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

Collapse of block breaks linking when you view xml then return to block view #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use a block with sub-blocks (children) attached
2. collapse the block
3. goto xml tab to view the xml source
4. return to block viewer section
5. the block is broken apart from the sub-blocks

What is the expected output? What do you see instead?

The block should still be collapsed with the internal sub-blocks hidden.
You should then be able to expand the block if you want to see the sub-blocks.

What browser are you using?

FireFox 

Please provide any additional information below.

Original issue reported on code.google.com by christop...@gmail.com on 18 Jul 2012 at 7:30

GoogleCodeExporter commented 8 years ago
Confirmed and fixed (r359).  Turns out order of operations is important.  
Thanks!

The fix has been checked into Subversion, but the next push to the demo site 
won't be until tomorrow-ish.

Original comment by neil.fra...@gmail.com on 18 Jul 2012 at 9:02