[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:40:50 PDT 2010


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





--- Comment #14 from mitz at webkit.org  2010-05-03 20:40:50 PST ---
(In reply to comment #13)
> clip to the inner block

I mean something like

-    IntRect clipRect = IntRect(x(), y(), width(), height());        
+    IntRect clipRect = IntRect(m_innerBlock->renderBox()->frameRect());

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