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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 16 05:12:06 PST 2014


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


gur.trio at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gur.trio at gmail.com




--- Comment #1 from gur.trio at gmail.com  2014-01-16 05:09:42 PST ---
(In reply to comment #0)
> Created an attachment (id=217129)
 --> (https://bugs.webkit.org/attachment.cgi?id=217129&action=review) [details]
> 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

Hi Andre. Is this behaviour of FF as per any spec? Or is there any content which talks about what should the behaviour for the attached test case? I am searching but not nothing specific I found. If you have can you please share the data. I am interested to work on this if the behaviour requires a fix.

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