Open GoogleCodeExporter opened 8 years ago
Forgot to mention.... I noticed it creates new line on the front end display.
But on the backend when you edit the job it removes all the new lines and
making it all in 1 paragraphs
Original comment by dalefox...@gmail.com
on 3 Oct 2011 at 9:12
Hi there --
Seeing the same problem -- admin display doesn't seem to pickup WYSIWIG
elements from the database. To add a bit, if I enter line breaks or other
whitespace tags in the HTML view and save the WYSIWIG editor will remove them
and they're gone in HTML view also ...
Thanks!
Original comment by matt.le...@gmail.com
on 3 Nov 2011 at 9:21
Looks like a problem with the editor.js in the core wordpress files.
* HACK ALERT *
I was able to fix this by adding "|p|br|" to the blocklist variable on line 139
of editor.dev.js and for good measure commented out the <p> and <br /> removal
lines 48-51 to prevent the same error from occuring when switching viewers.
Don't forget to save editor.dev.js as editor.js!
-Matt
Original comment by matt.le...@gmail.com
on 3 Nov 2011 at 10:37
[deleted comment]
Same problem here, the "hack" is removing the problem, however i don't think
it's good permanent solution...
Original comment by josef.je...@gmail.com
on 14 Nov 2011 at 9:24
Original issue reported on code.google.com by
dalefox...@gmail.com
on 3 Oct 2011 at 8:39