-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Two-steps caret movement when attribute starts at the beginning of block #4277
Closed
Labels
Milestone
Comments
This also doesn't work when the attribute is at the end of the content. |
Another issue:
Result: need to press right arrow key many times to exit the link. |
I've dug a bit more into the implementation of
I'm inclined now towards rewriting this logic with these assumptions:
|
scofalik
referenced
this issue
in ckeditor/ckeditor5-engine
Apr 18, 2018
Fix: The `bindTwoStepCaretToAttribute` behavioral helper should not fail in more complex cases. Closes #1301. Closes #1346. Closes ckeditor/ckeditor5#937. Closes ckeditor/ckeditor5#922. Closes ckeditor/ckeditor5#946.
mlewand
added
status:confirmed
type:bug
This issue reports a buggy (incorrect) behavior.
package:engine
labels
Oct 9, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow-up #4269.
Caret does not "leave" attribute element while moving left when text starts at the beginning of block element.
Pressing left arrow does not move selection before element
<a/>
.The text was updated successfully, but these errors were encountered: