Skip to content

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

Description

@XyloZ8

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.

issue.mp4

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions