Comment #2 on issue 3532 by
[hidden email]: OB does not allow accepting
after deletion only
http://code.google.com/p/pharo/issues/detail?id=3532This seems to come from the following 'bugfix' (comment in
OBTextMorphEditorWithShout>>backTo:)
"When backspacing, 2 notifications of the userHasEdited are received.
This then causes a background process to not terminate correctly.
The reason for all this is uncertain, but discarding the superfluous
userHasEdited
message received while running backTo: seems to cure the problem"
I disabled this fix and do not get any problems... but the reason for the
fix is not clear.