This product has the wonderful feature of auto expanding the input box, but it starts off too large. I prefer a smaller box then have it expand as it needs to.
I found the form dimension in com_jacommentthemesdefaulthtmlcommentseditor.php
class=”field textarea jac-new-comment jac-expand-field” rows=”12″
I changed it to 8
On a side point, I have observed that the auto expand feature does not work in my IE8 browser. It expands and immediately returns to the default size. Scrolling to the bottoom of the editor window is a messy experience. Anyone else seeing this?