Hi.
Just installed this awesome plugin.
Found one issue though...
If I enter BR tags inside the textarea (entering raw text in Joomla textareas, where HTML tags are allowed)... then the textarea grow vertically for each BR tag added.
Is it possible that you could add a fix or a workaround for this issue?
I know it can be avoided by entering the tags using the < and > notation... but that makes the text pretty hard to maintain as well as the readability is getting messed up...
Here is my proposal for how to fix this:
When copying the content of the textarea into the DIV which is used to get the height... replace all the instances of
or
with or , just so the same amount of character space is used, but characters which do not affect the height of the div.