Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以前は単純だったテキストエリア エキスパンダーが問題を引き起こしています。
$(document).on('keyup', 'textarea',function(){ $(this).height($(this).prop('scrollHeight')); });
Firefox では正常に動作しますが、Webkit ブラウザーでは、必要かどうかにかかわらず、キーを押すたびにテキスト領域のサイズが大きくなり続けます。
これを探しているようです。http://www.jacklmoore.com/autosize