If prototype.js has loaded, Simple html editor field does not show (due to
being created 'hidden' and then using jquery to reveal the editor).
As a simple fix, simply edit the code in
'simple_html_editor_field/SimpleHTMLEditorField.php' and change line 78 from
"$(function() {" to "jQuery(function($) {". That should solve the problem,
perhaps this can be changed for the next release. Thanks for all the work you
do, I love this module.
Original issue reported on code.google.com by mvd0...@gmail.com on 30 Oct 2010 at 8:52
Original issue reported on code.google.com by
mvd0...@gmail.com
on 30 Oct 2010 at 8:52