-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Rich Text Editor Doesn't Support Multi Paragraph Edits #1291
Comments
Hello @willisplummer , thank you for reporting this issue. We are currently on another feature and bug fix. Since time is lacking on our side, feel free investigate and submit a PR, we’ll appreciate your contribution on this issue! Check out the contributing guide to get started: https://github.com/strapi/strapi/blob/master/.github/CONTRIBUTING.md |
@willisplummer In fact it's logic itself that needs to be improved. The bug is that instead of inserting |
I'm closing this issue, please refers to this public card on Product Board (see https://portal.productboard.com/strapi/c/37-wysiwyg-html-editor). Even if the title doesn't express that we'll change the editor, we will certainly take a look at free & open-source alternatives like Froala. |
Informations
What is the current behavior?
Highlighting multiple paragraphs of text and clicking bold erases the highlighted text and replaces with the string
**bold text**
.Steps to reproduce the problem
Highlight multiple paragraphs of text and click bold
What is the expected behavior?
Should apply bold styling to the entire highlighted region or just be disabled if that's not supported.
Suggested solutions
I haven't worked with DraftJS in a little while but I believe that this is a fairly common issue related to how it separates paragraphs into unique content blocks and then applies text styling on a per block basis?
The text was updated successfully, but these errors were encountered: