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 Viewport blocks do not resize properly on mobile devices if they use “vh” units in height. |
Open | General | There should be a periodic refresh() called when idle every few seconds to improve responsiveness. |
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 | There should be a “sendToBackground” toggle with left,right,top, bottom values on the canvases. Currently it is on viewport block and it really should be on the canvas itself. UI/UX improvement needed. |
Open | Canvas 2d + MediaCPT | When assigning media using URL list, the prefix and suffix are not working. Todo |
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 2d | When modifying attributes, sometimes it does not repaint automatically and user needs to scroll. Repaint issue. |
Open | Canvas 2d | When images are not loaded, it displays a gray background with some lorem-ipsum written on it. Make it nicer. Improve placeholder for unloaded images. |
Open | Canvas 3d | Variables do not update nicely, boolean stays in the old value. Variable update issue. |
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. |
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.
Last updated on