Safari does not provide a scroll bar when TEXTAREA rows is less than 5
Example would be for 3 rows with five lines of text:
<TEXTAREA rows="3" columns="20">123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 </TEXTAREA>
The reason why this is happening, is it appears like if Safari cannot display the whole scroll bar including the two arrow buttons, then it displays nothing. I do like how FireFox deals with it, by displaying at least the slider if nothing else will fit, then the scroll bar, then the arrows.
Does anybody know how to force Safari to display the scroll bar when rows is less than 5? Please include an example that has been tested.
MacBook Pro Mac OS X (10.4.6) Safari v2.0.3
