-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Inline boundaries don't work properly when using multiple inline formats #12973
Labels
[Package] Rich text
/packages/rich-text
[Priority] High
Used to indicate top priority items that need quick attention
[Type] Bug
An existing feature does not function as intended
Milestone
Comments
I wonder if this is an issue in TinyMCE inline mode as well. In any case, this will be resolved by #11322. Seems like I should prioritise that PR soon. |
4 tasks
5 tasks
This was referenced Feb 18, 2019
This was referenced Apr 30, 2020
This was referenced May 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Package] Rich text
/packages/rich-text
[Priority] High
Used to indicate top priority items that need quick attention
[Type] Bug
An existing feature does not function as intended
Describe the bug
I have the following content in my post
Notice that it's impossible to move the caret after the
code
element, but before still inside theem
to continue typing italic text.Expected behavior
I expected the first right arrow key presse to go out of the code element but stay inside the
em
and the second one to go out of theem
The text was updated successfully, but these errors were encountered: