-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Description:
There is an issue with the Move action when used inside a DynamicSVG component.
When a Shape uses the Move action (for example, moving a car icon from left to right when pressing a button), the behavior is:
Normal Shapes: Move works correctly on Windows 10 Chrome and iPad Chrome.
Shapes inside DynamicSVG: Move works correctly on Windows 10 Chrome, but fails on iPad Chrome — the Shape does not move at all.
This indicates that the Move action itself is functional on iPad Chrome, but not when executed from inside a DynamicSVG.
Steps to reproduce:
Place a Shape directly on the canvas → assign an Action type Move → test on iPad Chrome → works correctly.
Place a Shape inside a DynamicSVG → assign an Action type Move → test on Windows Chrome → works correctly.
Test the same DynamicSVG setup on iPad Chrome (iOS 18.5) → the Shape does not move.
Expected behavior:
Shapes inside DynamicSVG should execute Move actions on iPad Chrome the same way normal Shapes do.
Environment:
Windows 10 + Chrome: ✅ Move works for normal Shapes and DynamicSVG Shapes
iPad Air (iOS 18.5) + Chrome:
Normal Shapes: ✅ Move works
Shapes inside DynamicSVG: ❌ Move does not execute
