[Webkit-unassigned] [Bug 182135] New: Pseudo elements not displayed correctly in columns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 25 12:15:43 PST 2018


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

            Bug ID: 182135
           Summary: Pseudo elements not displayed correctly in columns
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: codebrauer at gmail.com

To keep it short:
This demo worked till Chrome 62/Opera 49: https://codepen.io/gab/pen/JOvgqz

Before Chrome 63+: Hover on a <li> will show a pseudo element.
Since Chrome 63+: Hover on a <li> will show a pseudo element, unless the transition finishes. If there is no transition set the pseudo element doesn't show up at all.

For some reason the pseudo element hides after the transition is finished. Removing that transition the pseudo element isn't displayed at all.
Also the pseudo element will be clipped off and shown in the next CSS column.

Related GitHub Issue: https://github.com/chinchang/hint.css/issues/60 // Specially this comment https://github.com/chinchang/hint.css/issues/60#issuecomment-357182990

-- 
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/20180125/d98ffb4b/attachment-0001.html>


More information about the webkit-unassigned mailing list