Skip to main content
rashidg36532863
Participating Frequently
September 23, 2019
Question

jsfl > enterEditMode('inPlace') always crashes after clipCopy

  • September 23, 2019
  • 1 reply
  • 1207 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

 

This topic has been closed for replies.

1 reply

Vladin M. Mitov
Inspiring
September 23, 2019

Hi,

In my configuration:
Windows 10, Animate CC 19.2.1 ( Build 408)

the crash is not reproduced, the code works fine.

 

 

- Vlad: UX and graphic design, Flash user since 1998Member of Flanimate Power Tools team - extensions for character animation
rashidg36532863
Participating Frequently
September 23, 2019

Thanks for your answer.
I'll have to figure out what configuration might make this happen on 2 different machines (1 pc / 1 mac) used by 2 different person not working on the same project and not being part of the same organisation 😊

Vladin M. Mitov
Inspiring
September 23, 2019

Sometimes, other applications running on the machine, cause the problems with the Animate's clipboard. Try to shut down all other applications and test again.

 

 

- Vlad: UX and graphic design, Flash user since 1998Member of Flanimate Power Tools team - extensions for character animation