darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.32k stars 704 forks source link

Should track changes to WYSIWYG editors #59

Open jonashaag opened 11 years ago

jonashaag commented 11 years ago

When change tracking (page close confirmation) is enabled, it only works for "standard" fields like text inputs, not for WYSIWYG'd fields like with redactor.

I understand this is probably very difficult, if not impossible to implement for all the various widgets/editors available since there's no standardized API. So I'm not sure if it's worth the effort. Maybe you could still do it for the explicitly supported editors like Redactor.

darklow commented 11 years ago

Yes, this needs additional work for every specific editor, and i also agree this is required feature. I'll try to implement this first for Redactor, second for CKEditor. As soon as feature freeze will end (just as i finish django-cms support) i'll look into it.