When editing content, specifically within the body field, the cursor behavior is unpredictable. If I'm editing a paragraph in the middle, the cursor often jumps and places itself at the end of the content, disrupting the editing process.
Steps to Reproduce:
Navigate to the Netlify CMS dashboard.
Open an existing post (or content type) for editing.
Place the cursor in the middle of a paragraph within the body field.
Start typing or editing the content.
Observe the cursor jumping to the end of the field.
Expected Behavior:
The cursor should remain where it was placed, allowing for smooth editing of the content.
When editing content, specifically within the body field, the cursor behavior is unpredictable. If I'm editing a paragraph in the middle, the cursor often jumps and places itself at the end of the content, disrupting the editing process.
Steps to Reproduce:
Navigate to the Netlify CMS dashboard. Open an existing post (or content type) for editing. Place the cursor in the middle of a paragraph within the body field. Start typing or editing the content. Observe the cursor jumping to the end of the field.
Expected Behavior:
The cursor should remain where it was placed, allowing for smooth editing of the content.
Screenshots
Applicable Versions:
CMS configuration ` backend: name: git-gateway branch: main commit_messages: create: "Create {{collection}} “{{slug}}”" update: "Update {{collection}} “{{slug}}”" delete: "Delete {{collection}} “{{slug}}”" uploadMedia: "[skip ci] Upload “{{path}}”" deleteMedia: "[skip ci] Delete “{{path}}”"
local_backend: true media_folder: static/images public_folder: /images
collections:
name: "blog" label: "Blog" folder: "src/data/blog" media_folder: '' public_folder: ''
create: true slug: "{{slug}}" fields:
name: "blogcategory" label: "Category" folder: "src/data/blogcategory" create: true slug: "{{year}}-{{month}}-{{day}}-{{slug}}" fields:
name: "blogtopic" label: "Topics" folder: "src/data/blogtopic" create: true slug: "{{year}}-{{month}}-{{day}}-{{slug}}" fields:
name: "authors" label: "Authors" folder: "src/data/authors" create: true media_folder: '' public_folder: ''
slug: "{{year}}-{{month}}-{{day}}-{{slug}}" fields:
label: "Pages" name: "pages" files:
media_folder: '' public_folder: ''
fields:
fields:
file: "src/data/pages/enroll/index.json"
fields:
], }
fields:
media_folder: '' public_folder: ''
fields:
fields:
fields:
label: "Widgets" name: "widgets" files:
media_folder: '' public_folder: ''
fields:
`
Notes:
I've attempted to diagnose this issue by:
Would appreciate any insights or assistance!