[Webkit-unassigned] [Bug 9593] REGRESSION: Can't resize textarea back to original size if it's less than 100x40
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed Jun 28 08:29:57 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9593
darin at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darin at apple.com,
| |hyatt at apple.com,
| |adele at apple.com
Summary|REGRESSION: Can't resize |REGRESSION: Can't resize
|textarea field back to |textarea back to original
|original width if cols |size if it's less than
|attribute value is less than|100x40
|10 |
------- Comment #3 from darin at apple.com 2006-06-28 08:29 PDT -------
The source of this bug is easy to understand. RenderLayer has:
const int MinimumWidthWhileResizing = 100;
const int MinimumHeightWhileResizing = 40;
Those fixed constants cause this problem. Should be straightforward to fix once
we figure out what the rule is. I suppose we have to store the original size
somehwere.
--
Configure bugmail: http://bugzilla.opendarwin.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