Description[CSS Shapes] Can't select content within the area of the floating box when clip-path is applied
According to http://www.w3.org/TR/css-masking-1/, the clipped part of the element should not have pointer event dispatching. So add this logic to RenderBlock::nodeAtPoint. This fixes the bug as it disallows selection on any clipped parts.
BUG=364153
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172619
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add a test #
Total comments: 1
Patch Set 3 : Add a test for clip-path without shape-outside #Patch Set 4 : Fix test on mac #Patch Set 5 : Try to make test more stable #
Messages
Total messages: 11 (0 generated)
|