• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sebnitu / vrembem / 10931843362
94%
main: 100%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 18 Sep 2024 11:51PM UTC
Jobs 1
Files 54
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Sep 2024 11:49PM UTC coverage: 100.0%. Remained the same
10931843362

push

github

web-flow
Fix hover event on non-tooltip popovers by tracking hover state (#2032)

This PR fixes the hover event on non-tooltip popovers by preventing the popover from closing when the trigger loses hover state. This is done by tracking the hover state on both the popover element and the trigger.

We're doing this using a new getter/setter on collection entries called `isHovered` which takes the event object as a parameter. This is then used to test if the event type is one of the mouse events for the hover state ("mouseenter" or "mouseleave") and if the event target matches either the popover trigger or popover element.

The mouse enter and leave handlers pass the event object to the setter and the mouse leave handler uses the getter to check if the popover should be closed or not.

604 of 604 branches covered (100.0%)

Branch coverage included in aggregate %.

48 of 48 new or added lines in 2 files covered. (100.0%)

2598 of 2598 relevant lines covered (100.0%)

47.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10931843362.1 18 Sep 2024 11:51PM UTC 0
100.0
GitHub Action Run
Source Files on build 10931843362
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #10931843362
  • c328cab0 on github
  • Prev Build on next (#10925151146)
  • Next Build on next (#10950504510)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc