Bug 14297 - Scrollbar and resize thumb for textarea is not hidden with style "visibility: hidden;"
Summary: Scrollbar and resize thumb for textarea is not hidden with style "visibility:...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Adele Peterson
URL: data:text/html,%3Ctextarea%20style=%2...
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2007-06-21 16:03 PDT by David Kilzer (:ddkilzer)
Modified: 2007-06-25 17:08 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 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!
Comment 1 David Kilzer (:ddkilzer) 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).

Comment 2 David Kilzer (:ddkilzer) 2007-06-21 17:03:50 PDT
<rdar://problem/5286410>
Comment 3 Adele Peterson 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>
Comment 4 Adele Peterson 2007-06-25 11:09:17 PDT
Looks like Firefox also keeps the scrollbar visible in this case.
Comment 5 Adele Peterson 2007-06-25 11:11:15 PDT
But IE hides the scrollbar
Comment 6 Adele Peterson 2007-06-25 17:08:55 PDT
Committed revision 23773.