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

twbs / bootstrap / 30682176112
94%
main: 96%

Build:
Build:
LAST BUILD BRANCH: mdo/v6-transition-longhands
DEFAULT BRANCH: main
Ran 01 Aug 2026 03:33AM UTC
Jobs 1
Files 33
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

01 Aug 2026 03:31AM UTC coverage: 93.914% (+0.03%) from 93.884%
30682176112

push

github

web-flow
Fix custom mouse event handler semantics (#42778)

`EventHandler` emulates `mouseenter` and `mouseleave` with `mouseover` and `mouseout`
listeners. The guard that kept the emulation honest read `originalTypeEvent in
customEvents`, which only matches the bare strings. Every component namespaces its
events, so no component ever got the containment check. The guard also wrapped the
caller's callback and stored the wrapper, so removal by reference, deduplication and
one-off bookkeeping all compared against a function the caller never held.

Store the semantic event type on the handler instead, and apply the containment check
inside the handler. This keeps the caller's function identity intact and fixes Carousel
resuming autoplay between slides, Tooltip hiding between children of its trigger, and
Menu leaking a submenu listener on each close.

Co-authored-by: ShiroKSH <kushidashiro@gmail.com>

1745 of 1961 branches covered (88.99%)

Branch coverage included in aggregate %.

32 of 32 new or added lines in 1 file covered. (100.0%)

3594 of 3724 relevant lines covered (96.51%)

111.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30682176112.1 01 Aug 2026 03:33AM UTC 33
93.91
GitHub Action Run
Source Files on build 30682176112
  • Tree
  • List 33
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30682176112
  • e76a2d72 on github
  • Prev Build on v6-dev (#30556617406)
  • Next Build on v6-dev (#30682372741)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc