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
Remove the image via "Remove" button inside dialog
Hit the dialog's "Insert" button
This results in the image tag to end up like <img alt="" width="" height="" data-align="none"> - without src attribute. That's a bit odd. Actually, I'd rather expect that the img tag gets removed then.
The text was updated successfully, but these errors were encountered:
If one just hits the "Insert" button in the dialog without selecting any image, there's currently also an empty img tag. Also with figure/caption or link around it.
indigoxela
changed the title
Removing an image inside dialog can lead to empty image tag
Do not insert an empty img tag via image dialog
Jul 2, 2024
Not new, but so far I never realized, that.
Steps to reproduce:
This results in the image tag to end up like
<img alt="" width="" height="" data-align="none">
- without src attribute. That's a bit odd. Actually, I'd rather expect that the img tag gets removed then.The text was updated successfully, but these errors were encountered: