Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Clip disappears when dragging #373

Open
nrichardqc opened this issue Apr 25, 2023 · 0 comments
Open

[BUG] Clip disappears when dragging #373

nrichardqc opened this issue Apr 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nrichardqc
Copy link

nrichardqc commented Apr 25, 2023

TP44-25-2023_8-20-57.wick.zip
Describe the bug
I have a tween with a clip. When dragging the said clip, it disappears with the error :
TypeError: clip is undefined index.js:37
Error Details:
Object { error: "TypeError: clip is undefined", url: "https://www.wickeditor.com/editor/corelibs/wick-engine/wickengine.js", line: 56683 }
index.js:37

To Reproduce
Steps to reproduce the behavior:

  1. Open the attached file.
  2. Click "Preview Play". Everything's fine.
  3. Move time to 35.
  4. Go to layer "Ballon" (ball).
  5. Move the red circle.

Expected behavior
The "ballon" clip is moved, creating a new key-frame.

Actual behavior
The circle disappears, with the error in Firefox 112.0.1 :
An AudioContext was prevented from starting automatically. It must be created or resumed after a user gesture on the page. wickengine.js:44700:18
Wick Engine version "2021.1.22.14.13.2" is available. wickengine.js:45742:9
Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content. wickengine.js:29612:50784
window.controllers/Controllers is deprecated. Do not use it for UA detection. index.js:1446
Project Mounted Editor.jsx:266:12
TypeError: clip is undefined index.js:37
Error Details:
Object { error: "TypeError: clip is undefined", url: "https://www.wickeditor.com/editor/corelibs/wick-engine/wickengine.js", line: 56683 }
index.js:37

And the following error in Chrome 112.0.5615.138 :
wickengine.js:14526 Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true. See: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently
wickengine.js:45742 Wick Engine version "2021.1.22.14.13.2" is available.
Editor.jsx:266 Project Mounted
index.js:37 Uncaught TypeError: Cannot read properties of undefined (reading 'parent')
index.js:37 Error Details:
Object
error
:
"Uncaught TypeError: Cannot read properties of undefined (reading 'parent')"
line
:
56683
url
:
"https://www.wickeditor.com/editor/corelibs/wick-engine/wickengine.js"
[[Prototype]]
:
Object

Screenshots
image

Desktop :

  • OS: Windows 10
  • Tested in Firefox 112.0.1 and Chrome 112.0.5615.138 with the same result.
  • Wick Editor 1.19.3
@nrichardqc nrichardqc added the bug Something isn't working label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant