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

orion-ecs / keen-eye / 20827855741
65%

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

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 %.

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

159073 of 181037 relevant lines covered (87.87%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20827855741.1 08 Jan 2026 06:47PM UTC 1379
86.96
GitHub Action Run
Source Files on build 20827855741
  • 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 Repo
  • Github Actions Build #20827855741
  • d0672d62 on github
  • Prev Build on main (#20826208382)
  • Next Build on main (#20871273650)
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