[Webkit-unassigned] [Bug 32077] textarea grows when you type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 15 01:20:00 PDT 2010


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





--- Comment #12 from MORITA Hajime <morrita at google.com>  2010-03-15 01:19:59 PST ---
Thank you for reviewing!  I've updated the patch.

> Thanks for updating the patch. I wish you didn’t change calcWidth(). It’s not
> part of the fix for this bug, 
Agreed. 
To sharing the conditional, I just extract the predicate to
RenderBox::shouldComputeOwnSize() and use it from layoutBlock()

> and I don’t see why it needs to be made specific
> to RenderBlock instead of all RenderBoxes.
I think, this is because objectIsRelayoutBoundary() takes RenderTextControl as 
a special case, and RenderTextControl is a subclass of RenderBlock.
For other boxes,  height properties in percentage prevent the RO
from becoming a layout root.

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