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
Links to page sections don't currently work in preview mode.
Forms aren't currently fillable in preview mode either. It should be possible to fill a form in preview mode, but not to send it.
Preview.Interactions.Bug.mp4
The text was updated successfully, but these errors were encountered:
## Description
closes#1824
- [x] single edgecase left if id is equal to `hello%20world` nothing
works
- [x] fix back button cause chrome bug
https://discord.com/channels/955905230107738152/1122839004375691355
- [x] allow edit form in preview mode to close issue above
Fix corresponding issue in RR
remix-run/react-router#10642
At SaaS patched too
## Steps for reproduction
create links on pages with anchor
<img width="254" alt="image"
src="https://github.com/webstudio-is/webstudio-builder/assets/5077042/46a880f3-cdd0-4e19-8cb4-b608bdc4f96a">
Check it works
## Code Review
- [ ] hi @kof, I need you to do
- conceptual review (architecture, feature-correctness)
- detailed review (read every line)
- test it on preview
## Before requesting a review
- [ ] made a self-review
- [ ] added inline comments where things may be not obvious (the "why",
not "what")
## Before merging
- [ ] tested locally and on preview environment (preview dev login:
5de6)
- [ ] updated [test
cases](https://github.com/webstudio-is/webstudio-builder/blob/main/apps/builder/docs/test-cases.md)
document
- [ ] added tests
- [ ] if any new env variables are added, added them to `.env.example`
and the `builder/env-check.js` if mandatory
---------
Co-authored-by: Oleg Isonen <oleg008@gmail.com>
Links to page sections don't currently work in preview mode.
Forms aren't currently fillable in preview mode either. It should be possible to fill a form in preview mode, but not to send it.
Preview.Interactions.Bug.mp4
The text was updated successfully, but these errors were encountered: