[Webkit-unassigned] [Bug 30245] [Chromium] Decoration of "search" input field is wrongly rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 9 09:20:58 PDT 2009


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





--- Comment #3 from Eric Seidel <eric at webkit.org>  2009-10-09 09:20:58 PDT ---
(From update of attachment 40933)
Where can I see the resulting rendered image of the new search box?

Style:
 154         IntRect calcParentBoxOfSearchFieldItem(RenderObject* o, const
IntRect& r);

calc is a strange abbreviation.  Normally we use full english words, although
"calc" might be OK.

Again, full words are generally preferred over letters:
 392     IntRect bounds = r;


You're trying to get the content rect of the parent box in the grandparent's
coordinates?  I feel like there is an easier way to do that...

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