angieBabel / blockly

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

In readonly mode it is not possible to read comments. #183

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In readonly mode it is not possible to read comments.
Fix is in atttached.

Original issue reported on code.google.com by henn...@mst.ch on 6 Jan 2014 at 1:47

Attachments:

GoogleCodeExporter commented 8 years ago
Good point.  I had to make the fix a bit more comprehensive.  For one thing, 
warnings also need to be opened (but not mutators).  And the icon needs to 
highlight on mouse over if a bubble will open.  Another complication is that 
the editability of a block may be changed via the API, so the icon's mouse over 
needs to respond accordingly.

Original comment by neil.fra...@gmail.com on 8 Jan 2014 at 4:03

GoogleCodeExporter commented 8 years ago

Original comment by henn...@mst.ch on 8 Jan 2014 at 1:45

GoogleCodeExporter commented 8 years ago
Thanks for the review.  Checked in r1595.

Original comment by neil.fra...@gmail.com on 10 Jan 2014 at 7:23