[Webkit-unassigned] [Bug 14565] New: visibility:hidden property doesn't hide parts of textarea and input type="file" elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 9 04:01:25 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14565

           Summary: visibility:hidden property doesn't hide parts of
                    textarea and input type="file" elements
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bioub at mac.com


visibility:hidden property doesn't hide the "resizer" in textarea elements.
"no file selected" is still visible for <input type="file"> elements.

Here is an sample html :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <title>WebKit Testcase</title>
</head>
<body>
        <form style="visibility:hidden;">
                <input type="file" name="file_input" value="" id="file_input">
                <textarea>textarea content</textarea>
        </form>
</body>
</html>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list