2014-12-15 7:21 GMT+01:00 Igor Stasenko <siguctua@gmail.com>:
The drag behavior over text was not inspected. This is feature this have not overlooked, so expect bumps.
On 14 December 2014 at 21:14, stepharo <stepharo@free.fr> wrote:
I do not know exactly the status of the spec version. I know that igor got many of problems managing the Morph into a text because of circumvoluted morphic erosion of design. I know that igor was not happy the way spec wat using text but I do not know more than that.
Stef
-- Best regards, Igor Stasenko.
TxTextEditorMorph does not check if the hand currently holds a morph for example, in Morph or TextMorph Morph>>#handleMouseMove: ... (anEvent hand hasSubmorphs) ifTrue:[^self]. ... it explicitly returns without further action, if the hand drags an object. This is missing for TxTextEditorMorph