Height of textarea does not match the rows in Firefox
There are lot of answers but wasn’t suitable for me: CSS rule (height: 5em;) is not flexible enoutgh because it completely overrides rows attribute And I don’n want to use JavaScript There is a “bug”: TEXTAREA incorrectly applying ROWS= and COLS= So here is my solution: FF adds height to the TextArea to reserve place … Read more