It seems that the output filter chain associated with a node gets executed on node edit form when ckeditor is active.
This might causing the issues #1502140: Since lastest update can not upload images anymore and #1502830: Content not displaying, disappearing, loss if saved..
We have already lost some html formatting!
Comments
Comment #1
mkalkbrennerThe trouble is caused by the changes within ckeditor_filter_xss(). Unfortunately you can't simply reverted to it's implementation in 6.x-1.8.
If I skip the filters and simply return $_POST['text'] immediately, the html looks like it should be.
(@all: returning $_POST['text'] is not fix, because this will introduce a serious security issue!)
Comment #2
mkalkbrennerComment #3
mkalkbrennerDidn't find this ticket earlier: #1491462: All filters applied in ckeditor_filter_xss()
This patch seems to fix our issue.
Comment #4
dczepierga commented@mkalkbrenner, pls try to update to last DEV version and then check does it all works for you...
Greetings
Comment #5
manoloka commentedThis doesn't fix #1502140: Since lastest update can not upload images anymore at all
Comment #6
mkesicki commentedI close this issue as duplicate of #1491462: All filters applied in ckeditor_filter_xss()