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
If I have two div elements with an empty paragraph in beween, I can delete that empty paragaph by setting the cursor in it and pressing either Delete or Backspace.
Actual behavior.
Backspace removes the div before the empty paragraph but leaves the empty paragraph in place. Delete removes the div after the empty paragraph but leaves the empty paragraph in place.
Steps to reproduce the problem.
You can reproduce it on Fiddle using: https://jsfiddle.net/o9my71Lq/
Delete the "Delete me" text in between the two images, then click Delete or Backspace in an attempt to delete the empty paragraph.
Editor version.
4.3.1
OS.
Windows 11
Browser.
Chrome or FireFox
The text was updated successfully, but these errors were encountered:
Expected behavior.
If I have two div elements with an empty paragraph in beween, I can delete that empty paragaph by setting the cursor in it and pressing either Delete or Backspace.
Actual behavior.
Backspace removes the div before the empty paragraph but leaves the empty paragraph in place. Delete removes the div after the empty paragraph but leaves the empty paragraph in place.
Steps to reproduce the problem.
You can reproduce it on Fiddle using: https://jsfiddle.net/o9my71Lq/
Delete the "Delete me" text in between the two images, then click Delete or Backspace in an attempt to delete the empty paragraph.
Editor version.
4.3.1
OS.
Windows 11
Browser.
Chrome or FireFox
The text was updated successfully, but these errors were encountered: