[Webkit-unassigned] [Bug 124457] New: css resize does not go below width/height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 16 11:13:39 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124457

           Summary: css resize does not go below width/height
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andre.osku.schmidt at gmail.com


Created an attachment (id=217129)
 --> (https://bugs.webkit.org/attachment.cgi?id=217129&action=review)
css resize block element

when a div element has the following css:

min-width: 10px;
min-height: 10px;
width: 200px;
height: 200px;
max-width: 400px;
max-height: 400px;
overflow: hidden;
resize: both;

the user can't re-size below width/height, down to min-width/height.
but can re-size above width/height, up to max-width/height.

i got this behavior on chromium 30.0.1599.66 (node-webkit) and google chrome 31.0.1650.57.

it should be allowed for user to re-size a block element with css "resize:both" below width/height, down to min-width/height. (FWIW: firefox allows this)

cheers
.andre

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list