I added the UserVoice feedback system to the FCKeditor demo page today. So any bugs or ideas for the plugin can be stored in a central place. If you have found any issues recently (and can be bothered) it would be great if you could put them up there. I will copy over any ones I find going back over the comments. Ta.
Things I Helped Build
Blogroll
-
RSS
Tags
Archives










4 Comments
Hi,
the plugin is broking with rails egde, do you have any sugestion to fix it?
@kivanio, could you give me a little more info about what you are seeing, which revision of rails (I know edge, but the actual revision number changes a fair bit). Scott.
I had to add include
ActionView::Helpers::SanitizeHelper
on line 117 of app/controller/fckeditor_controller.rb
I think the strip_tags method was moved or reorganized in 2.0
@Matt, thanks for letting me know. I’ll take a look and add that in.