[Webkit-unassigned] [Bug 19170] New: CSS resize property doesn't restrict textarea resizing in one dimension

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 21 10:25:30 PDT 2008


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

           Summary: CSS resize property doesn't restrict textarea resizing
                    in one dimension
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bryce at brycekujala.com
                CC: kmccullough at apple.com


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>


-- 
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