jQuery.expandingTextarea not working inside a table
问题 When running the jQuery plugin bgrins/ExpandingTextareas (github), <textarea> tags inside 100%-width tables do not work as expected. In particular, the textarea does not expand vertically as desired, and the horizontal position of the textarea has an incorrect offset that changes as one inputs text. Here is a sample jsFiddle illustrating the problem. I have also opened a corresponding issue, #33 on GitHub. Any thoughts on why this is happening and how to remedy it would be most appreciated.