[Webkit-unassigned] [Bug 183870] [css-visibility][css-pointer-events] Removing pointer interactions on a 'scroll container' itself (or ancestor) and re-enabling them on descendants, doesn't allow for scrolling itself to scroll from those descendants. Always iOS, sometimes desktop.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 3 16:52:05 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=183870

--- Comment #8 from jonjohnjohnson <hi at jonjohnjohnson.com> ---
One last attempt to try to be even clearer.

When the test case found at https://jsbin.com/talomas/quiet, is accessed within an iframe on safari desktop. Like here https://jsbin.com/talomas/edit?html,css,output, it doesn't exhibit the broken behavior on the left side scroller. Just trying to highlight ways in which it is broken and and ways in which it is not.

And from my original post, I mention use of the visibility property, because any time I attempt its use to replace the pointer-events property (`visibility: hidden` takes the place of `pointer-events: none` and `visibility: visible` takes the place of `pointer-events: auto`) the same exact bug appears.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181204/f2de7643/attachment-0001.html>


More information about the webkit-unassigned mailing list