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

Unordered list render is incorrect in RichTextInput #2126

Closed
nickwaelkens opened this issue Aug 2, 2018 · 0 comments · Fixed by #2330
Closed

Unordered list render is incorrect in RichTextInput #2126

nickwaelkens opened this issue Aug 2, 2018 · 0 comments · Fixed by #2330

Comments

@nickwaelkens
Copy link
Contributor

What you were expecting:
When adding an item to an unordered list in ra-input-rich-text the list items should be prefixed with a bullet (•).

What happened instead:
The list items are being prefixed with "2022".

Steps to reproduce:
As experienced on the demo page:

  • Add an unordered list
  • The newly created list item doesn't have a bullet but renders 2022 instead.

Other information:
This is what happens when I'm trying to add an item to an unordered list in the editor:
screen shot 2018-08-03 at 01 23 56
As stated in my previously created, kind of related issue (#2125): I'm guessing something went wrong when transforming the Quill theme to JSS? There's clearly a missing backslash to get the correct unicode character; \2022.

Environment

  • React-admin version: 2.2.0
  • React version: 16.4.2
  • Browser: latest Chrome on OSX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants