[Webkit-unassigned] [Bug 38468] REGRESSION: Text clipped in absolutely positioned search inputs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 20:39:02 PDT 2010


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54984|review?                     |review-
               Flag|                            |




--- Comment #13 from mitz at webkit.org  2010-05-03 20:39:02 PST ---
(From update of attachment 54984)
> +    IntRect clipRect = IntRect(renderBox->x(), max(borderTop() + paddingTop(), renderBox->y()), contentWidth(), contentHeight());        

Wouldn’t this lead to asymmetry between the case of (top padding with no bottom
padding) and (bottom padding with no top padding)?

Anyway, looking at this again, and comparing with the behavior of <input
type="text">, which uses overflow: hidden on the text block in order to clip
(this is why it doesn’t need to have control clip), I now think that the case I
last mentioned is not worth preserving, and that one should just clip to the
inner block, which would be consistent with text fields.

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