I have a similar problem.
I am using in_place_editor with the :load_text_url option:
The contents of a file is rendered inside the div.
Whenever I click it, the in_place_editor does some strange escaping to
the file contents:
< (less than) becomes <
(greater than) becomes >
& (ampersand) becomes &
" (double quote) becomes "
At the end of the file, double slashes ( // ) are added.
I tried a couple of other special characters ( * / \ # ’ @ § ).
Those do not get escaped…
If I hit cancel and the form closes, all changes made to < > & " are
cancelled.
Funny thing is when I save the form and reopen it,
those escapes escape themselves ( < ==> < )…
Slashes inside the file_path also get escaped (%2F).
Regards,
Tom.
btw:
I use a JS call to get width/height of the current window
but I have no idea how to assign those values to :rows/:cols…?