[Webkit-unassigned] [Bug 195832] New: Hover styling disabled when hovering is a result of mousing down outside of hover element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 15 16:03:43 PDT 2019


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

            Bug ID: 195832
           Summary: Hover styling disabled when hovering is a result of
                    mousing down outside of hover element
           Product: WebKit
           Version: Safari 12
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: shalanahfaith at gmail.com

Created attachment 364872

  --> https://bugs.webkit.org/attachment.cgi?id=364872&action=review

Screenshot gifs of example in chrome and safari.

Hover disabled on elements

Reproduce:
1. Mouse down ANYWHERE in a document
2. Mouse move over any element that has :hover styling
3. Hover state does not show

Example:
https://codepen.io/shalanah/pen/vPRoBg

Why is this an issue?
- No other browser behaves this way (Edge, FF, or Chrome).
- Leveraging :hover is FAST and I'd love to use it over adding event listeners that aren't as reliable.
- Not super fun when you have to add event listeners only for Safari.
- Would leverage with custom drag n' drop behaviors (with custom designed thumbnails)

Thanks!

-- 
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/20190315/c61a1e56/attachment-0001.html>


More information about the webkit-unassigned mailing list