You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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:
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
Desktop :
The text was updated successfully, but these errors were encountered: