janniklaval / phratch

Phratch is based on Scratch with more features
Other
22 stars 10 forks source link

Crash Drag & Drop Block UHE: isExternalScriptsMorph #208

Closed NicDeGraaf closed 8 years ago

NicDeGraaf commented 8 years ago

Select a Block and drag it into the tab: script right from it.

----------------------------STACK------------------------------------

PhratchScriptsMorph(Object)>>doesNotUnderstand: #isExternalScriptsMorph CommandBlockMorph(BlockMorph)>>justDroppedInto:event: PhratchScriptsMorph(Morph)>>handleDropMorph: DropEvent>>sentTo: PhratchScriptsMorph(Morph)>>handleEvent: MorphicEventDispatcher>>dispatchDropEvent:with: MorphicEventDispatcher>>handleDropMorph: DropEvent>>sentTo: [ ^ anEvent sentTo: self ] in MorphicEventDispatcher>>dispatchEvent:with: in Block: [ ^ anEvent sentTo: self ] BlockClosure>>ensure: MorphicEventDispatcher>>dispatchEvent:with: PhratchScriptsMorph(Morph)>>processEvent:using: MorphicEventDispatcher>>dispatchDropEvent:with: MorphicEventDispatcher>>handleDropMorph: DropEvent>>sentTo: [ ^ anEvent sentTo: self ] in MorphicEventDispatcher>>dispatchEvent:with: in Block: [ ^ anEvent sentTo: self ] BlockClosure>>ensure: MorphicEventDispatcher>>dispatchEvent:with: ScrollFrameMorph(Morph)>>processEvent:using: MorphicEventDispatcher>>dispatchDropEvent:with: MorphicEventDispatcher>>handleDropMorph: DropEvent>>sentTo: [ ^ anEvent sentTo: self ] in MorphicEventDispatcher>>dispatchEvent:with: in Block: [ ^ anEvent sentTo: self ] BlockClosure>>ensure: MorphicEventDispatcher>>dispatchEvent:with: PhratchScriptEditorMorph(Morph)>>processEvent:using: MorphicEventDispatcher>>dispatchDropEvent:with: MorphicEventDispatcher>>handleDropMorph: DropEvent>>sentTo: [ ^ anEvent sentTo: self ] in MorphicEventDispatcher>>dispatchEvent:with: in Block: [ ^ anEvent sentTo: self ]

janniklaval commented 8 years ago

fixed in 451

NicDeGraaf commented 8 years ago

That was fast :)

Nic

On 10/09/2015 13:35, janniklaval wrote:

Closed #208 https://github.com/janniklaval/phratch/issues/208.

— Reply to this email directly or view it on GitHub https://github.com/janniklaval/phratch/issues/208#event-405851224.