-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
editor: prevent rerender on focus loss #398
Conversation
I just linked this PR to a new issue and tested the commit (cherry-picked on top of v4.1.1 for my local v12), and the issue with the "action + comment" editor is still happening. |
Update: |
📁 invenio-app-rdm (13.0.0b0.dev11 -> 13.0.0b0.dev12 ) 📦 release: v13.0.0b0.dev12 records-ui: fix missing field config search link generation i18n:push translations Editor: Update RichEditor to use inputValue bug: remove en-US as defined locale ui: add comma separator to community req total 📁 invenio-drafts-resources (5.0.0 -> 5.1.0 🌈) release: v5.1.0 http headers: use and adjust vnd.inveniordm.v1+json http accept header * closes zenodo/rdm-project#598 📁 invenio-requests (4.6.0 -> 4.7.0 🌈) release: v4.7.0 http headers: use and adjust vnd.inveniordm.v1+json http accept header * closes zenodo/rdm-project#598 CI: Switch To Centralised Workflows comments: fix comment editor loses content on focus change * closes inveniosoftware/invenio-requests#398 📁 invenio-users-resources (5.3.1 -> 5.4.0 🌈) release: v5.4.0 http headers: use and adjust vnd.inveniordm.v1+json http accept header * closes zenodo/rdm-project#598 📁 invenio-vocabularies (4.3.0 -> 4.4.0 🌈) release: v4.4.0 http headers: use and adjust vnd.inveniordm.v1+json http accept header * closes zenodo/rdm-project#598
📁 invenio-app-rdm (13.0.0b0.dev11 -> 13.0.0b0.dev12 ) 📦 release: v13.0.0b0.dev12 records-ui: fix missing field config search link generation i18n:push translations Editor: Update RichEditor to use inputValue bug: remove en-US as defined locale ui: add comma separator to community req total 📁 invenio-drafts-resources (5.0.0 -> 5.1.0 🌈) release: v5.1.0 http headers: use and adjust vnd.inveniordm.v1+json http accept header * closes zenodo/rdm-project#598 📁 invenio-requests (4.6.0 -> 4.7.0 🌈) release: v4.7.0 http headers: use and adjust vnd.inveniordm.v1+json http accept header * closes zenodo/rdm-project#598 CI: Switch To Centralised Workflows comments: fix comment editor loses content on focus change * closes inveniosoftware/invenio-requests#398 📁 invenio-users-resources (5.3.1 -> 5.4.0 🌈) release: v5.4.0 http headers: use and adjust vnd.inveniordm.v1+json http accept header * closes zenodo/rdm-project#598 📁 invenio-vocabularies (4.3.0 -> 4.4.0 🌈) release: v4.4.0 http headers: use and adjust vnd.inveniordm.v1+json http accept header * closes zenodo/rdm-project#598
📁 invenio-app-rdm (13.0.0b0.dev11 -> 13.0.0b0.dev12 ) 📦 release: v13.0.0b0.dev12 records-ui: fix missing field config search link generation i18n:push translations Editor: Update RichEditor to use inputValue bug: remove en-US as defined locale ui: add comma separator to community req total 📁 invenio-drafts-resources (5.0.0 -> 5.1.0 🌈) release: v5.1.0 http headers: use and adjust vnd.inveniordm.v1+json http accept header * closes zenodo/rdm-project#598 📁 invenio-requests (4.6.0 -> 4.7.0 🌈) release: v4.7.0 http headers: use and adjust vnd.inveniordm.v1+json http accept header * closes zenodo/rdm-project#598 CI: Switch To Centralised Workflows comments: fix comment editor loses content on focus change * closes inveniosoftware/invenio-requests#398 📁 invenio-users-resources (5.3.1 -> 5.4.0 🌈) release: v5.4.0 http headers: use and adjust vnd.inveniordm.v1+json http accept header * closes zenodo/rdm-project#598 📁 invenio-vocabularies (4.3.0 -> 4.4.0 🌈) release: v4.4.0 http headers: use and adjust vnd.inveniordm.v1+json http accept header * closes zenodo/rdm-project#598
Basically the same as inveniosoftware/react-invenio-forms#249, but ported to text inputs in requests.
Closes #399