Issue Overview
The Link input in a paragraph doesn't accept input. Note, that a JS error that the open PR fixes ( #3398 ) is not the cause of this issue, although it does make it harder to debug.
Steps to Reproduce (for bugs)
- Create a new paragraph
- Create a link in that paragraph
- Try and type
Expected Behavior
The characters are added to the input
Current Behavior
The characters disappear and the input stays either empty or with one character.
Note, that if you move the mouse left and right during typing, you can type into the input.
Possible Solution
We've looked into this a little bit. If the Slot in Editable is set to bubbleVirtually, then it doesn't happen, but we're not convinced that that is a good solution.
Issue Overview
The Link input in a paragraph doesn't accept input. Note, that a JS error that the open PR fixes ( #3398 ) is not the cause of this issue, although it does make it harder to debug.
Steps to Reproduce (for bugs)
Expected Behavior
The characters are added to the input
Current Behavior
The characters disappear and the input stays either empty or with one character.
Note, that if you move the mouse left and right during typing, you can type into the input.
Possible Solution
We've looked into this a little bit. If the
SlotinEditableis set tobubbleVirtually, then it doesn't happen, but we're not convinced that that is a good solution.