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
In examples/editable-voids, the nested rich text editor under Tell us about yourself can stop accepting caret placement and input after clicking inside it.
This is separate from the runtime error after undoing a newly inserted editable void. This issue is about the nested editor becoming effectively unusable: clicks no longer place the caret and typing does not work.
Recording
Screenshot attached below:
Nested rich text editor after it stops accepting caret/clicks:
CleanShot.2026-05-23.at.00.46.05.mp4
Sandbox
No standalone sandbox. Reproduced in the Slate Editable Voids example.
Local reproduction URL:
http://localhost:3100/examples/editable-voids
Steps
Open examples/editable-voids.
Scroll to the nested rich text editor under Tell us about yourself.
Click inside that nested rich text editor.
Try to move the caret by clicking elsewhere inside the same editor.
Try to type.
Expectation
Clicking inside the nested rich text editor should place the caret at the clicked location and allow typing.
Actual behavior
The nested rich text editor only appears usable immediately after refresh at the first line / first position. After clicking once, the caret disappears. Further clicks inside the editor do not place a caret, and typing does not work.
Environment
Slate Version: v2 branch, commit e62c2046
Operating System: macOS
Browser: Chrome
Local examples site: http://localhost:3100
Impact
This makes the nested rich text editor in examples/editable-voids unusable for normal mouse-based editing.
Description
In
examples/editable-voids, the nested rich text editor underTell us about yourselfcan stop accepting caret placement and input after clicking inside it.This is separate from the runtime error after undoing a newly inserted editable void. This issue is about the nested editor becoming effectively unusable: clicks no longer place the caret and typing does not work.
Recording
Screenshot attached below:
Nested rich text editor after it stops accepting caret/clicks:
CleanShot.2026-05-23.at.00.46.05.mp4
Sandbox
No standalone sandbox. Reproduced in the Slate Editable Voids example.
Local reproduction URL:
http://localhost:3100/examples/editable-voidsSteps
examples/editable-voids.Tell us about yourself.Expectation
Clicking inside the nested rich text editor should place the caret at the clicked location and allow typing.
Actual behavior
The nested rich text editor only appears usable immediately after refresh at the first line / first position. After clicking once, the caret disappears. Further clicks inside the editor do not place a caret, and typing does not work.
Environment
v2branch, commite62c2046http://localhost:3100Impact
This makes the nested rich text editor in
examples/editable-voidsunusable for normal mouse-based editing.