WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
155608
Images in feed on ebay.com jiggle when one is hovered
https://bugs.webkit.org/show_bug.cgi?id=155608
Summary
Images in feed on ebay.com jiggle when one is hovered
zalan
Reported
2016-03-17 16:20:12 PDT
1. Have some eBay searches set up, so that when you are logged into ebay, and go to eBay.com, you get a “feed” page with a wall of items. 2. Now hover over one image on the left side of a row. Note how the other images on that row jiggle by a pixel.
Attachments
Patch
(6.57 KB, patch)
2016-03-17 16:25 PDT
,
zalan
simon.fraser
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2016-03-17 16:20:26 PDT
rdar://problem/25160681
zalan
Comment 2
2016-03-17 16:25:24 PDT
Created
attachment 274339
[details]
Patch
Simon Fraser (smfr)
Comment 3
2016-03-17 16:29:17 PDT
Comment on
attachment 274339
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=274339&action=review
> Source/WebCore/rendering/RenderLayerBacking.h:370 > + LayoutSize m_layerBoundsDistanceFromGraphicsLayer; // This is the (subpixel) distance between the edge of the graphics layer and the layer bounds.
Maybe "m_compositedBoundsDeltaFromGraphicsLayer?
> LayoutTests/compositing/hidpi-viewport-clipping-on-composited-content.html:34 > +for (i = 0; i < 50; ++i) { > + var element = document.createElement("div"); > + element.className = "jiggle"; > + element.style.top = (6 * i) + "px"; > + element.style.left = leftPos + "px"; > + document.body.appendChild(element); > + leftPos -= 0.1; > +}
Does this fit in the 600px tall snapshot?
zalan
Comment 4
2016-03-17 18:54:03 PDT
Committed
r198374
: <
http://trac.webkit.org/changeset/198374
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug