LivelyKernel / lively.morphic

An implementation of the Morphic user interface framework for lively.next.
13 stars 2 forks source link

Copying morph gives timeout error #146

Closed codefrau closed 7 years ago

codefrau commented 7 years ago

Clicking the duplicate halo handle shows the "Copy Morph" notification, but a second or so later a Timeout Error pops up.

rksm commented 7 years ago

Just to let you know: This is not forgotten. It's pretty annoying to work with the clipboard "interface" here as this only allows access during a user event. Our serialization stuff is async and sometimes accessing evt.data after serialization works and sometimes (consistently for bigger objects) it doesn't. But we'll think of something.