Bug 19170 - CSS resize property doesn't restrict textarea resizing in one dimension
Summary: CSS resize property doesn't restrict textarea resizing in one dimension
Status: RESOLVED DUPLICATE of bug 15383
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-21 10:25 PDT by Bryce Kujala
Modified: 2008-05-21 18:15 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bryce Kujala 2008-05-21 10:25:29 PDT
This is actually in 3.1.1

When using the CSS resize attribute on a textarea, setting the value to "none" prevents resizing, but "vertical" or "horizontal" seems to work the same as "both".  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.
<textarea style="resize: none;"></textarea>
<textarea style="resize: horizontal;"></textarea>
<textarea style="resize: vertical;"></textarea>
<textarea style="resize: both;"></textarea>
Comment 1 mitz 2008-05-21 18:15:54 PDT

*** This bug has been marked as a duplicate of 15383 ***