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

Hallo editor does not work in StructBlock #7110

Closed
cnk opened this issue Apr 26, 2021 · 0 comments · Fixed by #7122
Closed

Hallo editor does not work in StructBlock #7110

cnk opened this issue Apr 26, 2021 · 0 comments · Fixed by #7122

Comments

@cnk
Copy link
Member

cnk commented Apr 26, 2021

I upgraded an old Wagtail project to test Wagtail 2.13rc1 and found that text is not rendered into the Hallo.js rich text editor if the editor is part of a StructBlock. The editor behaves just fine if it is used in its own RichTextField.

Steps to Reproduce

I created a minimal repository to demostrate this issue: https://github.com/cnk/hallo-issue I have included the sqlite database in the repository so you should be able to see this in action by:

  1. check out https://github.com/cnk/hallo-issue
  2. Activate a virtual environment and pip install -r requirements.txt
  3. ./manage.py createsuperuser
  4. ./manage.py runserver

Technical details

  • Python version: I used 3.7.7
  • Django version: 3.2
  • Wagtail version: 2.13rc1
  • Browser version: I tried it with Firefox and Chrome.
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.

3 participants