Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
XyloZ8 opened this issue Sep 26, 2024 · 0 comments
Open

Comments

@XyloZ8
Copy link

XyloZ8 commented Sep 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants