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

orion-ecs / keen-eye / 20827855741 / 1
65%
main: 65%

Build:
DEFAULT BRANCH: main
Ran 08 Jan 2026 06:47PM UTC
Files 1379
Run time 39s
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

08 Jan 2026 06:42PM UTC coverage: 86.962% (+0.001%) from 86.961%
20827855741.1

push

github

tyevco
fix(ui): Fix hit testing to inherit z-index from ancestors

Menu items weren't receiving hover events because the HierarchyTreeView
(at greater depth) was winning hit tests despite the menu having
LocalZIndex=1000.

The depth score formula was: depth * 10000 + LocalZIndex
This meant deeper elements always won regardless of z-index.

New formula: (accumulated z-index) * 100000 + depth * 100
This ensures overlay elements (menus, tooltips, modals with z >= 1000)
always beat non-overlay elements regardless of hierarchy depth.

The z-index is now accumulated from ancestors, so children of high-z
elements inherit that priority in hit testing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

9202 of 12466 branches covered (73.82%)

Branch coverage included in aggregate %.

159073 of 181037 relevant lines covered (87.87%)

1.0 hits per line

Source Files on job 20827855741.1
  • Tree
  • List 1379
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 20827855741
  • d0672d62 on github
  • Prev Job for on main (#20826208382.1)
  • Next Job for on main (#20871273650.1)
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