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
When I edit a writer field in a nested child page and go back to the parent, the writer field is overwritten with the value from the child page (see attached video).
I suspect a vue caching issue? Interestingly, it seems to only happen when I save with keyboard shortcut (cmd + s).
What I have tracked so far:
After navigation to the parent page, FieldsSection.vue::onInput sends another update to the content Vuex store with the value from the child page's field.
Maybe this is triggered by a blur event in the input and as race condition arrives later to FieldSection than the navigation which already concluded.
Definitely a hard one: whether race condition or reactivity problem.
Description
When I edit a writer field in a nested child page and go back to the parent, the writer field is overwritten with the value from the child page (see attached video).
I suspect a vue caching issue?
Interestingly, it seems to only happen when I save with keyboard shortcut (cmd + s).
Screenshots
342820794-58e3eee9-758b-4a2f-83f6-d587f0787b8f.mp4
To reproduce
text
text
Your setup
Kirby Version
4.3.0 (also tested with 4.2.0 and 4.1.0.)
Tested with a fresh kirby plainkit and no plugins.
Your system (please complete the following information)
The text was updated successfully, but these errors were encountered: