jodit icon indicating copy to clipboard operation
jodit copied to clipboard

Cursor Cannot Move via Arrow Keys After Clicking Image Within <picture> Tag

Open XyloZ8 opened this issue 4 months ago • 0 comments

Jodit Version: 4.2.27

Code:

</p>
  <picture contenteditable="false">
          <img src="xxx" alt="" style="max-width: 100%;">
      </picture>
      This is the text after the image
  </p>

Expected behavior: The cursor should be able to move to the left or right of the picture tag using the keyboard arrow keys.

https://github.com/user-attachments/assets/6dba17f2-fb5e-47ee-a23c-8ca9dd49ee77

Actual behavior: After clicking on the img element within the picture tag, attempting to move the cursor using the arrow keys does not work—the cursor cannot move past the image to its left or right side.

XyloZ8 avatar Sep 26 '24 01:09 XyloZ8