angieBabel / blockly

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

Minor bug: procedure renaming #134

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select a procedure block
2. Select the related call block
3. Rename the procedure, BUT do not press enter or click out of the block or 
anywhere else. Instead, delete the whole text once again and leave it empty. 
Press enter or somewhere else on the workspace to deselect the text area.

What is the expected output? What do you see instead?
I expect that the procedure and the call block still match, but they do not. 
The procedure shows the last "saved" name. The call block shows what is typed, 
expect for the fact that always the last to be deleted character (in other 
words the first character of the procedure name) remains visible. The procedure 
and the call block are furthermore different and disconnect. they can be 
"synchronized" once again, e.g. type in the proper call name within the text 
area of the procedure block. 

What browser are you using?
Ubunu 12.04
Google Chrome Version 26.0.1410.43

Please provide any additional information below.
I think this is a minor bug, and will occur very rarely and it took me quite a 
time to figure out how to reproduce the problem. So if you can't reproduce the 
bug, let me know and I try to explain it in a different way. 

best regards
Marc Wollenweber

Original issue reported on code.google.com by borntob...@googlemail.com on 29 Mar 2013 at 2:47

GoogleCodeExporter commented 8 years ago
Thanks!  I've been aware of this error for some time, but until now I didn't 
know how to reproduce it.

Original comment by neil.fra...@gmail.com on 2 Apr 2013 at 8:53