froala / django-froala-editor

Package to integrate Froala WYSIWYG HTML rich text editor with Django.
https://froala.com/wysiwyg-editor
283 stars 72 forks source link

froala in django admin not working well #70

Closed LoongGx closed 4 years ago

LoongGx commented 5 years ago

im new to django, the poster field is out of control, is this situation normal in django admin?

issue1

zachtaylor21 commented 5 years ago

I've been having that problem too. Would love a fix for this.

LoongGx commented 5 years ago

I've been having that problem too. Would love a fix for this.

Hi, I found the problem happen when i use foreign key in django admin, is that same for you?

zachtaylor21 commented 5 years ago

For me it happens just on a normal TextField, using the FroalaEditor widget

ron8mcr commented 5 years ago

I found that problem is with this CSS rule that breaks Django's form styles, and reverted back to django-froala-editor==2.9.1, it works fine

LoongGx commented 4 years ago

This issue has been resolved

StevenMapes commented 3 years ago

Why has this been closed when the issue is still there?