[Webkit-unassigned] [Bug 8072] REGRESSION: text fields at connect.apple.com spill out of the containing box

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Apr 2 21:35:44 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8072


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com,
                   |                            |adele at apple.com




------- Comment #4 from darin at apple.com  2006-04-02 21:35 PDT -------
RenderTextField::calcMinMaxWidth is clearly wrong in at least a few ways. For
example, it doesn't consider border or padding. It doesn't consider the values
of any CSS properties (width, min-width, max-width).

What's annoying is that we probably want most of the logic from
RenderBlock::calcMinMaxWidth, but we can't use it because it calls non-virtual
calcInlineMinMaxWidth or calcBlockMinMaxWidth. We can look at
RenderReplaced::calcMinMaxWidth for inspiration, I guess. Or maybe Hyatt
already has a good technique in mind for this.


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