jazzband / django-tinymce

TinyMCE integration for Django
http://django-tinymce.readthedocs.org/
MIT License
1.25k stars 317 forks source link

admin.TabularInline editing not working before saving #445

Open erunor opened 10 months ago

erunor commented 10 months ago

When I add a new TabularInline row inside the admin panel it doesn't work to instantly add text, I have to save once and then it works

ckesselh commented 5 months ago

@erunor We've run into the same problem. Did you end up finding a solution? We use Django Grappelli as an admin theme, maybe that has something to do with it?

We've already tried using the master branch of django-tinymce to see if that resolves our issues. Unfortunately, it does not.