-
Sub-task
-
Resolution: Won't Fix
-
Major
-
None
-
None
-
None
I inserted two local images with a space in between. I then focus the second image, and press backspace three times : The focused image is deleted, then the space, but then the new line after the first image is removed instead of the image.
Here is the code before :
<p>Testtttt</p>
<p><img src="http://localhost:8400/plugins/core/upload/file?id=919dfe88-57f9-4dec-83c7-b5e8a915accc" class="simple" alt="" ametys_type="temp" ametys_src="defaultWebContent://ac11d000-9bc7-456a-86c6-f6272bbc959e@content" ametys_temp_src="919dfe88-57f9-4dec-83c7-b5e8a915accc" /> <img src="http://localhost:8400/plugins/core/upload/file?id=8fbfbf5e-f8c0-4e04-b9ff-dae08dc79b89" class="simple" alt="" ametys_type="temp" ametys_src="defaultWebContent://ac11d000-9bc7-456a-86c6-f6272bbc959e@content" ametys_temp_src="8fbfbf5e-f8c0-4e04-b9ff-dae08dc79b89" /></p>
...
And here is the code after three backspace :
<p>Testtttt<img src="http://localhost:8400/plugins/core/upload/file?id=919dfe88-57f9-4dec-83c7-b5e8a915accc" class="simple" alt="" ametys_type="temp" ametys_src="defaultWebContent://ac11d000-9bc7-456a-86c6-f6272bbc959e@content" ametys_temp_src="919dfe88-57f9-4dec-83c7-b5e8a915accc" /></p> <table class="simple" style="width: 100%;"> ...