jodit
jodit copied to clipboard
Cursor Cannot Move via Arrow Keys After Clicking Image Within <picture> Tag
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.