Comment #7 on issue 15665 by [email protected]: searchbox not rendered properly due to the css property -webkit-border-radius http://code.google.com/p/chromium/issues/detail?id=15665
Also, it renders better but not correctly on Safari 4 and the latest Safari+WebKit nightly builds. (There are no rounded edges.) I need to see what Chrome 2 is doing. I don't know if this is related or not: http://trac.webkit.org/browser/trunk/WebCore/rendering/RenderThemeChromiumWin.cpp 544 // Nasty hack to make us not paint the border on text fields with a 545 // border-radius. Webkit paints elements with border-radius for us. 546 // FIXME: Get rid of this if-check once we can properly clip rounded 547 // borders: http://b/1112604 and http://b/1108635 548 // FIXME: make sure we do the right thing if css background-clip is set. 549 if (o->style()->hasBorderRadius()) 550 return false; -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
