RESOLVED FIXED 14297
Scrollbar and resize thumb for textarea is not hidden with style "visibility: hidden;"
https://bugs.webkit.org/show_bug.cgi?id=14297
Summary Scrollbar and resize thumb for textarea is not hidden with style "visibility:...
David Kilzer (:ddkilzer)
Reported 2007-06-21 16:03:28 PDT
* SUMMARY When a <textarea> element is set to style="visibility: hidden;", everything is hidden except for the resize thumb. Unless I'm mistaken, this should be hidden as well!
Attachments
David Kilzer (:ddkilzer)
Comment 1 2007-06-21 16:04:26 PDT
Tested with Safari 3.0 (522.11) with a local debug build of WebKit r23726 on Mac OS X 10.4.10 (8R218).
David Kilzer (:ddkilzer)
Comment 2 2007-06-21 17:03:50 PDT
Adele Peterson
Comment 3 2007-06-25 10:52:50 PDT
This also happens with the scrollbar. <textarea style="visibility: hidden;" rows=8> 1 2 3 4 5 6 7 8 9 10 11 12</textarea>
Adele Peterson
Comment 4 2007-06-25 11:09:17 PDT
Looks like Firefox also keeps the scrollbar visible in this case.
Adele Peterson
Comment 5 2007-06-25 11:11:15 PDT
But IE hides the scrollbar
Adele Peterson
Comment 6 2007-06-25 17:08:55 PDT
Committed revision 23773.
Note You need to log in before you can comment on or make changes to this bug.