Common Issues and Solutions
Status: Published
This article covers frequently encountered issues and their solutions.
StudioWeb Issues
Objects not responding to clicks
Symptoms: Clicking on an object doesn’t select it.
Solutions:
- Ensure the object’s layer is visible (check layer bar at bottom)
- Try clicking directly on the object, not the handles
- Refresh the browser and reload your page
Drag/resize feels “jumpy” or objects move too fast
Symptoms: Small mouse movements cause large object movements.
Solutions:
- Check your zoom level - objects move relative to zoom
- Hold
Shiftwhile dragging to disable snap-to-grid - Use arrow keys for precise positioning
Theme colors not applying
Symptoms: Changed CSS variables but UI didn’t update.
Solutions:
- Ensure you’re editing the correct file:
apps/runtime-web/src/components/studio/theme.css - Hard refresh the browser (
Ctrl+Shift+R) - Check for syntax errors in CSS
- Note: Some colors are still inline (see TODO in theme.css)
Save button doesn’t download file
Symptoms: Clicking Save does nothing.
Solutions:
- Check if browser is blocking downloads (look for blocked popup indicator)
- Check browser downloads folder - file may have downloaded silently
- Try a different browser
- Open browser console (
F12) and check for JavaScript errors
Shift+click doesn’t add to selection
Symptoms: Shift+clicking a second object deselects the first.
Solutions:
- Make sure you’re holding Shift before clicking
- Ensure both objects are on visible layers
- Refresh the browser if issue persists
Browser Compatibility
Recommended Browsers
- Chrome 90+
- Firefox 90+
- Edge 90+
- Safari 15+
Known Issues
- Older browsers may not support CSS custom properties
- Mobile browsers are not currently supported for StudioWeb
Getting Help
If your issue isn’t listed here:
- Check the browser console (
F12→ Console tab) for error messages - Try refreshing the page
- Clear browser cache and reload
- Contact support with:
- Browser name and version
- Steps to reproduce the issue
- Any error messages from console