[Webkit-unassigned] [Bug 181818] New: CSS resize handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 18 16:36:42 PST 2018


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

            Bug ID: 181818
           Summary: CSS resize handler
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: roko.cb at gmail.com

# CSS `resize: both` handler issue

### Issue:

Parent CSS `resize` handler is shadowed by child element. (On Firefox it works. Handler is visible (painted on a higher Z-index layer) and receiver resize events).

### Description:

Resize handler shadowed by Canvas element (Similar to [144526](https://bugs.webkit.org/show_bug.cgi?id=144526) but regardless of absolute positioning)

### Test case:

https://jsfiddle.net/tqqhpa0f/1/

1. Handler not visible.
2. Even if not visible, when overlayed by IMG (see jsfiddle) it receives resize events.
3. When canvas element is child of our `resize` parent - the handler is not visible (like in IMG case) but it doesn't receives any events.

-- 
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/20180119/31ddaebc/attachment.html>


More information about the webkit-unassigned mailing list