Skip to content

Fix bug with scrolling editor while typing

Grigor Malo requested to merge fix-editor-scroll-top-on-save into staging

Closes #326 (closed)

  • use complex item set id as a key for the leading content editor, avoiding rerendering due to key modification because of changing content

QA Notes:

To reproduce the issue:

  1. on staging create a complex item set that contains an image (add image via toolbar, not copy/paste).
  2. create item and set its complex item set to the one created in point 1
  3. add more content so that the editor becomes scrollable
  4. when modifying content (or metadata) the editor scrolls back to the top even if you're scrolled at the bottom

Merge request reports