Bugs
A list of known bugs and their status.
Note: There are many more bugs than listed here, this is just a summary of the most important ones.
| Status | Category | Description |
|---|---|---|
| Open | General | Canvases and Scene blocks do not resize properly on mobile devices if they use “vh” units in height. |
| Open | General | When generating block that cannot have inner blocks, it does not work. |
| Open | Scene - fixed | Buggy behavior - when selecting fixed scene, the clip is not applied properly. |
| Open | Blocks | There is a preview which is broken for most blocks (click on + and then in the blocks list on hover the preview activates). Preview not working, check console errors. |
| Open | Canvas | When trying to wrap a canvas block in scene that is NOT inside a container, it does not work. All Scene blocks should be inside a Container block. In later release, we will make possible to have scene block also outside. |
| Open | Canvas | There should be a “sendToBackground” toggle with left,right,top, bottom values on the canvases. Currently it is on scene block and it really should be on the canvas itself. UI/UX improvement needed. |
| Open | Canvas 2d | When modifying align from the block-controls toolbar, the changes are applied with a delay and layout gets updated to the previous (old) values. User needs to “resize” window manually to apply the correct layout width/height values. Layout update delay, requires manual resize. |
| Open | Canvas 3d | Variables do not update nicely, boolean stays in the old value. Variable update issue. |
| Open | Canvas 3d | Sometimes when changing attributes (or related content attributes) scroll animation stops animating the 3D in the editor. F5 resolves the problem. This bug happens only in editor. |
| Open | Canvas 3d | Variable detection issue - When there is no spline variables (no spline URL) but a leftover variable in attributes, it says “no variables” but it should take the unmatched. |
| Open | File Manager | UI scaling issue - Image widths fetched from the WP server are wrong (should take canvas zoom into account). |
| Open | Blocks | Transforms do not work really. (remove them?) Consider removing transforms. |
| Open | Overflow Y on mobile | Overflow X works okay, but when an element overflows the total document length, it causes repaints and jagged behavior. Ie: if available scroll is 1000, but we have a content animation inside scene that has y:5000 we get problematic refreshes and poor performance on mobile. This happened on early versons of robot 3d animation |
How to Report a Bug
Click on “Feedback” popover in the bottom right corner of the page to report a bug. The popover will open a form where you can describe the issue. Popover is available inside the plugin wp-admin dashboard pages.
When reporting a bug, please follow these guidelines:
- Describe the issue clearly.
- Include steps to reproduce.
- Add screenshots or logs if possible.
- Specify the environment (theme, plugins, browser, OS, etc.).
Last updated on