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 the selection is on the widget (like Image) then the dom selection is inside a fake selection container. Also, there is a label inside FSC for the screen readers purpose.
The problem is when the typing plugin is disabled, then pressing keys does not change the editable but it changes the content of the FSC. Code which manages FSC does not handle it properly.
The text was updated successfully, but these errors were encountered:
oskarwrobel
changed the title
Fake selection throws when pressing backspace in read-only mode
Fake selection throws when pressing backspace while the delete command is disabled
Apr 1, 2019
When the selection is on the widget (like Image) then the dom selection is inside a fake selection container. Also, there is a label inside
FSC
for the screen readers purpose.The problem is when the typing plugin is disabled, then pressing keys does not change the editable but it changes the content of the
FSC
. Code which managesFSC
does not handle it properly.The text was updated successfully, but these errors were encountered: