Bug 99962
Summary: | Antialiasing fringing with child with 100% height and border-radius | ||
---|---|---|---|
Product: | WebKit | Reporter: | Binyamin <7raivis> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Major | CC: | 7raivis, bdakin, chenzx, simon.fraser, thorton, zalan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://jsfiddle.net/laukstein/6suPr/show/ |
Binyamin
border-radius visual appearance prints unexpected sub-pixel background-color - "expected no white line". The issue is related to all current latest browsers.
Attached test-case screen-shot from WebKit r131444, Chrome 24.0.1303.0 canary, Firefox Nightly 19.0a1 (2012-10-21), Opera Next 12.50 internal, IE 10.0.8250.0.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
zalan
changing the title to reflect that this is not subpixel [feature] related issue.
Chen Zhixiang
I have found this problem occurs on all lastest browsers:
Chrome 42
Firefox 38
Saafari 8
Error site: http://app.myzaker.com/news/article.php?pk=555997559490cb3f60000000&c=IzZhNGM4Zg==&app_id=9&f=
F12, and enter getComment():
<img class="lazy" data-original="http://tp1.sinaimg.cn/1872319592/50/1290414655/0">
img has CSS -webkit-border-radius: 50%;
If i remove the <img> element, then display blank (OK)