Bug 14565 - visibility:hidden property doesn't hide parts of file input element
Summary: visibility:hidden property doesn't hide parts of file input element
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
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2007-07-09 04:01 PDT by Romain Bohdanowicz
Modified: 2007-07-16 14:49 PDT (History)
3 users (show)

See Also:


Attachments
testcase (468 bytes, text/html)
2007-07-09 04:02 PDT, Romain Bohdanowicz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Romain Bohdanowicz 2007-07-09 04:01:24 PDT
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>
Comment 1 Romain Bohdanowicz 2007-07-09 04:02:22 PDT
Created attachment 15447 [details]
testcase
Comment 2 mitz 2007-07-09 04:09:55 PDT
I think the textarea part has been fixed already.
Comment 3 Romain Bohdanowicz 2007-07-09 05:23:10 PDT
(In reply to comment #2)
> I think the textarea part has been fixed already.
> 

Not fixed in build 24096.
Comment 4 Romain Bohdanowicz 2007-07-09 05:28:00 PDT
(In reply to comment #3)
> (In reply to comment #2)
> > I think the textarea part has been fixed already.
> > 
> 
> Not fixed in build 24096.
> 

Sorry you're right, fixed in 24096 but issue still apply for <input type="file"> elements.
Comment 5 David Kilzer (:ddkilzer) 2007-07-09 08:59:36 PDT
(In reply to comment #4)
> Sorry you're right, fixed in 24096 but issue still apply for <input
> type="file"> elements.

Textarea issues were covered by Bug 14297.  The file input issue is still valid.

Confirmed with a local debug build of WebKit r24103 with Safari 3.0 (522.12) on Mac OS X 10.4.10 (8R218).
Comment 6 David Kilzer (:ddkilzer) 2007-07-09 09:00:10 PDT
<rdar://problem/5321490>
Comment 7 Adele Peterson 2007-07-16 14:49:43 PDT
Committed revision 24327.