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
I have a widget decoration that is only rendered next to empty paragraphs, when a character is typed the decoration is removed. (For context, It acts as a button to insert content into empty lines).
When typing a diacritic using a dead-letter it results in duplication of the line below. Something about the DOM diffing is not accounting for this case perhaps?
Hey @marijnh – so far I know this has been reproduced in both latest Chrome on macOS (by me), and Firefox on Linux (by original reporter in our application).
Oh, right, I can reproduce it now. Continued typing before, and didn't notice, due to the layout shifting, that the duplicated paragraph immediately vanished again.
Bug
I have a widget decoration that is only rendered next to empty paragraphs, when a character is typed the decoration is removed. (For context, It acts as a button to insert content into empty lines).
When typing a diacritic using a dead-letter it results in duplication of the line below. Something about the DOM diffing is not accounting for this case perhaps?
Reproduction
Option
+I
)A video of the above behavior, note that typing the dead-letter in a position other than the first character in the paragraph does not reproduce:
Kapture.2022-06-25.at.11.44.36.mp4
The text was updated successfully, but these errors were encountered: