Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Issue 23537039: paintingRoot of a renderobject should be the renderer of its enclosingLayer RenderLayer (Closed)

Created:
7 years, 3 months ago by pals
Modified:
6 years, 6 months ago
Reviewers:
sxmlarq, eseidel
CC:
blink-reviews, kenneth.christiansen, dglazkov+blink, eae+blinkwatch, Ian Vollick, jamesr
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

paintingRoot of a renderobject should be the renderer of its enclosingLayer RenderLayer. DragImage for a element is painted by providing appropriate node to Frame::nodeImage(Node* node) but the node may not have its own RL. So, paintInfo.shouldPaintWithinRoot(RenderObject*) fails at InlineBox::paint() for "static inline-block" elements which are painted in its enclosing RL(paintingRoot). Infrastructure for retrieving the drag image for pixel testing does not yet exist. So, ManualTests/drag-inline-block.html: Added. BUG=101204 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158165

Patch Set 1 #

Patch Set 2 : Tests added #

Total comments: 2

Patch Set 3 : Fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -1 line) Patch
A ManualTests/drag-inline-block.html View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
M Source/core/page/FrameView.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
commit-bot: I haz the power
No comments yet.
7 years, 3 months ago (2013-09-14 14:35:38 UTC) #1
pals
PTAL
7 years, 3 months ago (2013-09-15 02:38:20 UTC) #2
eseidel
Is this a behavior change? Can we test this?
7 years, 3 months ago (2013-09-16 17:13:44 UTC) #3
pals
Infrastructure for retrieving the drag image for pixel testing does not yet exist. So, ManualTests/drag-inline-block.html: ...
7 years, 3 months ago (2013-09-18 13:58:33 UTC) #4
eseidel
ManualTests unfortunately basically never get run, so it's much better to test this via a ...
7 years, 3 months ago (2013-09-18 14:40:02 UTC) #5
pals
The issue is not with the actual drag operation. Drag-n-drop is working fine. But drag-icon ...
7 years, 3 months ago (2013-09-20 13:20:30 UTC) #6
eseidel
lgtm
7 years, 3 months ago (2013-09-20 18:13:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/23537039/16001
7 years, 3 months ago (2013-09-20 18:13:28 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=6727
7 years, 3 months ago (2013-09-20 21:52:24 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/23537039/16001
7 years, 3 months ago (2013-09-23 05:38:42 UTC) #10
commit-bot: I haz the power
Change committed as 158165
7 years, 3 months ago (2013-09-23 08:12:55 UTC) #11
sxmlarq
6 years, 6 months ago (2014-06-22 19:50:52 UTC) #12
Message was sent while issue was closed.

          

Powered by Google App Engine
This is Rietveld 408576698