Open michaelrog opened 2 years ago
Are you seeing any JavaScript errors?
No errors, but a couple warnings that might be relevant...?
Couldn’t save draft: Form already being submitted. (DraftEditor.js:771:26)
Some cookies are misusing the “SameSite“ attribute, so it won’t work as expected
Try editing an entry with the Network tab open. When you start making changes, is there an Ajax request that isn’t resolving?
Try editing an entry with the Network tab open. When you start making changes, is there an Ajax request that isn’t resolving?
Network activity looks normal; No unresolved requests.
Wonder if this is the same bug as #10257. Can you try updating craftcms/cms
to dev-develop as 3.7.28
and see if the issue persists?
Wonder if this is the same bug as #10257. Can you try updating
craftcms/cms
todev-develop as 3.7.28
and see if the issue persists?
Doesn't seem to solve this one, I'm afraid...
Can you send your project files into support@craftcms.com? (Database, Composer files, templates, config/routes.php
, and any custom plugins/modules you’ve got.)
Can you send your project files into support@craftcms.com? (Database, Composer files, templates,
config/routes.php
, and any custom plugins/modules you’ve got.)
yessir, will try to package up a minimal reproduction for you. 👍
I've noticed a phenomenon where field values don't live-update in Live Preview when I'm editing the "Current" version (prior to an auto-save).
Here's my setup:
Preview Target URI:
Route entry:
Template (
_livePreview/issues/homepage
):And here's the weirdness:
previewing => true
but field values are not live-updating. (_canonicalId
and_canonical
are bothnull
.)_canonicalId
and_canonical
now have values, too.)