Bug 14297
Summary: | Scrollbar and resize thumb for textarea is not hidden with style "visibility: hidden;" | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | Forms | Assignee: | Adele Peterson <adele> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | adele |
Priority: | P1 | Keywords: | HasReduction, InRadar |
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | data:text/html,%3Ctextarea%20style=%22visibility:%20hidden;%22%3E |
David Kilzer (:ddkilzer)
* 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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
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)
<rdar://problem/5286410>
Adele Peterson
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
Looks like Firefox also keeps the scrollbar visible in this case.
Adele Peterson
But IE hides the scrollbar
Adele Peterson
Committed revision 23773.