Skip to content

Various operations inside of indents are not working properly #57

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

Closed
stevengharris opened this issue Sep 22, 2022 · 0 comments · Fixed by #139
Closed

Various operations inside of indents are not working properly #57

stevengharris opened this issue Sep 22, 2022 · 0 comments · Fixed by #139

Comments

@stevengharris
Copy link
Owner

  1. Enter at end of block with a formatted element doesn't work properly. For example, starting with:
<blockquote>
    <p><b>​Hello</b></p>
</blockquote>

and hitting Enter after "Hello" results in:

<blockquote>
    <p><b>Hello</b></p>
</blockquote>

<blockquote>
    <p></p><b><br></b>
</blockquote>

The new paragraph should be:

<blockquote>
    <p><b><br></b></p>
</blockquote>
  1. The multi-style operation does not work properly when the paragraphs are indented. Only the first element is restyled.
@stevengharris stevengharris linked a pull request Sep 6, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant