<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>14565</bug_id>
          
          <creation_ts>2007-07-09 04:01:24 -0700</creation_ts>
          <short_desc>visibility:hidden property doesn&apos;t hide parts of file input element</short_desc>
          <delta_ts>2007-07-16 14:49:43 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Forms</component>
          <version>523.x (Safari 3)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>HasReduction, InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Romain Bohdanowicz">romain.bohdanowicz</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>adele</cc>
    
    <cc>ddkilzer</cc>
    
    <cc>mitz</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>5131</commentid>
    <comment_count>0</comment_count>
    <who name="Romain Bohdanowicz">romain.bohdanowicz</who>
    <bug_when>2007-07-09 04:01:24 -0700</bug_when>
    <thetext>visibility:hidden property doesn&apos;t hide the &quot;resizer&quot; in textarea elements.
&quot;no file selected&quot; is still visible for &lt;input type=&quot;file&quot;&gt; elements.

Here is an sample html :

&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
	&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
&lt;head&gt;
	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;/&gt;
	&lt;title&gt;WebKit Testcase&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
	&lt;form style=&quot;visibility:hidden;&quot;&gt;
		&lt;input type=&quot;file&quot; name=&quot;file_input&quot; value=&quot;&quot; id=&quot;file_input&quot;&gt;
		&lt;textarea&gt;textarea content&lt;/textarea&gt;
	&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5132</commentid>
    <comment_count>1</comment_count>
      <attachid>15447</attachid>
    <who name="Romain Bohdanowicz">romain.bohdanowicz</who>
    <bug_when>2007-07-09 04:02:22 -0700</bug_when>
    <thetext>Created attachment 15447
testcase</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5133</commentid>
    <comment_count>2</comment_count>
    <who name="">mitz</who>
    <bug_when>2007-07-09 04:09:55 -0700</bug_when>
    <thetext>I think the textarea part has been fixed already.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5135</commentid>
    <comment_count>3</comment_count>
    <who name="Romain Bohdanowicz">romain.bohdanowicz</who>
    <bug_when>2007-07-09 05:23:10 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; I think the textarea part has been fixed already.
&gt; 

Not fixed in build 24096.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5136</commentid>
    <comment_count>4</comment_count>
    <who name="Romain Bohdanowicz">romain.bohdanowicz</who>
    <bug_when>2007-07-09 05:28:00 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; (In reply to comment #2)
&gt; &gt; I think the textarea part has been fixed already.
&gt; &gt; 
&gt; 
&gt; Not fixed in build 24096.
&gt; 

Sorry you&apos;re right, fixed in 24096 but issue still apply for &lt;input type=&quot;file&quot;&gt; elements.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5115</commentid>
    <comment_count>5</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-07-09 08:59:36 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; Sorry you&apos;re right, fixed in 24096 but issue still apply for &lt;input
&gt; type=&quot;file&quot;&gt; 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).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5116</commentid>
    <comment_count>6</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-07-09 09:00:10 -0700</bug_when>
    <thetext>&lt;rdar://problem/5321490&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>4583</commentid>
    <comment_count>7</comment_count>
    <who name="Adele Peterson">adele</who>
    <bug_when>2007-07-16 14:49:43 -0700</bug_when>
    <thetext>Committed revision 24327.

</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>15447</attachid>
            <date>2007-07-09 04:02:22 -0700</date>
            <delta_ts>2007-07-09 04:02:22 -0700</delta_ts>
            <desc>testcase</desc>
            <filename>visibilityHidden.html</filename>
            <type>text/html</type>
            <size>468</size>
            <attacher name="Romain Bohdanowicz">romain.bohdanowicz</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRNTCAxLjAgU3RyaWN0Ly9FTiIK
CSJodHRwOi8vd3d3LnczLm9yZy9UUi94aHRtbDEvRFREL3hodG1sMS1zdHJpY3QuZHRkIj4KPGh0
bWwgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGh0bWwiIHhtbDpsYW5nPSJlbiIgbGFu
Zz0iZW4iPgo8aGVhZD4KCTxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0i
dGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ii8+Cgk8dGl0bGU+V2ViS2l0IFRlc3RjYXNlPC90aXRs
ZT4KPC9oZWFkPgo8Ym9keT4KCTxmb3JtIHN0eWxlPSJ2aXNpYmlsaXR5OmhpZGRlbjsiPgoJCTxp
bnB1dCB0eXBlPSJmaWxlIiBuYW1lPSJmaWxlX2lucHV0IiB2YWx1ZT0iIiBpZD0iZmlsZV9pbnB1
dCI+CgkJPHRleHRhcmVhPnRleHRhcmVhIGNvbnRlbnQ8L3RleHRhcmVhPgoJPC9mb3JtPgo8L2Jv
ZHk+CjwvaHRtbD4K
</data>

          </attachment>
      

    </bug>

</bugzilla>