<?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>19170</bug_id>
          
          <creation_ts>2008-05-21 10:25:29 -0700</creation_ts>
          <short_desc>CSS resize property doesn&apos;t restrict textarea resizing in one dimension</short_desc>
          <delta_ts>2008-05-21 18:15:54 -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>DOM</component>
          <version>525.x (Safari 3.1)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>15383</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Bryce Kujala">bryce</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>kmccullough</cc>
    
    <cc>mitz</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>81103</commentid>
    <comment_count>0</comment_count>
    <who name="Bryce Kujala">bryce</who>
    <bug_when>2008-05-21 10:25:29 -0700</bug_when>
    <thetext>This is actually in 3.1.1

When using the CSS resize attribute on a textarea, setting the value to &quot;none&quot; prevents resizing, but &quot;vertical&quot; or &quot;horizontal&quot; seems to work the same as &quot;both&quot;.  I can see from inspecting the element that the CSS property is being set.

The first works correctly, but the second and third incorrectly behave the same as the last.
&lt;textarea style=&quot;resize: none;&quot;&gt;&lt;/textarea&gt;
&lt;textarea style=&quot;resize: horizontal;&quot;&gt;&lt;/textarea&gt;
&lt;textarea style=&quot;resize: vertical;&quot;&gt;&lt;/textarea&gt;
&lt;textarea style=&quot;resize: both;&quot;&gt;&lt;/textarea&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81140</commentid>
    <comment_count>1</comment_count>
    <who name="">mitz</who>
    <bug_when>2008-05-21 18:15:54 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 15383 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>