[Webkit-unassigned] [Bug 159092] New: CSS filter:brightness on :active or :hover on static div does not affect absolute elements that overflow its bounds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 24 09:03:28 PDT 2016


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

            Bug ID: 159092
           Summary: CSS filter:brightness on :active or :hover on static
                    div does not affect absolute elements that overflow
                    its bounds
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: OS X 10.11
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: saetia at gmail.com

Created attachment 281980
  --> https://bugs.webkit.org/attachment.cgi?id=281980&action=review
simple example showing the behavior

When a container element with the default static positioning contains an absolutely positioned element that overflows the static container's boundaries will not change in appearance when clicked or hovered on. only the part of the absolute element that overlaps the static element will darken. 

clicking on the absolute element will still trigger the brightness effect on the parent element.

if you apply brightness on both :hover and :active, it will work properly.

when viewing the attachment, take a look at the absolute circles. the left side (static) should behave like the right side (relative).

this works as expected in chrome and firefox.

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


More information about the webkit-unassigned mailing list