Participating Frequently
September 23, 2019
Question
jsfl > enterEditMode('inPlace') always crashes after clipCopy
- September 23, 2019
- 1 reply
- 1205 views
Hello everybody,
I ran into a systematic crash that I can reproduce both on PC and MAC on Animate Version 9.2.1 (build 408).
Even in the simplest setup considering a selected symbolInstance on the stage when using JSFL to enterEditMode('inPlace') on that symbolInstance right after copying it to clipbard with clipCopy, Animate crashes.
I doesn't crash when using nterEditMode('newWindow') !
The code (considering an symbolInstance is selected on the stage) :
var doc = fl.getDocumentDOM();
doc.clipCopy();
doc.enterEditMode('inPlace');
My simple setup :

I'll also join the crash report to this message.
Can somebody reproduce the same problem ?
Is this a known issue ? Am I the only one or do I miss something 🙂
Thanks a lot !
Rashid
