Overflow:hidden doesn't works with Columns CSS3 Property
Reported by
aliloza...@gmail.com,
Dec 20
|
||||
Issue description
Chrome Version : 71.0.3578.98
OS Version: OS X 10.14.0
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari: OK
Firefox: OK
IE/Edge: -
What steps will reproduce the problem?
1. Create a div with columns: 2 property.
2. Put there some div with absolute that overflow the column and hide overflow with overflow:hidden;
3. Add a js event to the div.
5. See how js event raise outsite div with overflow:hidden;
What is the expected result?
Div into column with overflow:hidden, doesnt should clickeable from others columns.
What happens instead of that?
Events like drag or click, are available outside div with overflow hidden when it is in div with columns property.
Please provide any additional information below. Attach a screenshot if
possible.
Theare a jsfiddle example: http://jsfiddle.net/bcwfqxp5/ and it works fine in safari and firefox.
UserAgentString: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
,
Dec 20
Able to reproduce the issue on chrome reported version# 71.0.3578.80 and latest chrome #73.0.3646.0 with steps mentioned in comment# 0 using Mac 10.13.6. The issue is not seen on chrome version 60.0.3112.113. Working on bisect info, will update the other OS behaviour and bisect info soon. Hence marking this issue as Untriaged and adding Needs-Bisect label to it. Thanks.!
,
Dec 20
Bisected to r526345 = https://crrev.com/c/843418 by chrishtr@chromium.org "[CI] Migrate hit-testing code in PaintLayer to use GeometryMapper." Landed in 65.0.3308.0
,
Dec 20
Thanks. Chris, mind triaging?
,
Dec 20
|
||||
►
Sign in to add a comment |
||||
Comment 1 by swarnasree.mukkala@chromium.org
, Dec 20