Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-1546 Upgrade from tinymce 3.x to 4.x
  3. RUNTIME-1564

[Editor/Image] When pressing backspace, the new line is removed instead of my picture

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Won't Fix
    • Icon: Major Major
    • 4.0M5
    • 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%;">
      ...
      

            raphael Raphaël Franchet
            glefebvre Grégory Lefebvre (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: