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

IgniteUI / igniteui-grid-lite / 32834151089
99%

Build:
DEFAULT BRANCH: master
Ran 25 Aug 2026 09:52AM UTC
Jobs 1
Files 37
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

25 Aug 2026 09:51AM UTC coverage: 98.325% (-0.2%) from 98.479%
32834151089

push

github

web-flow
Overhaul grid a11y, navigation and rendering (#79)

Screen readers were silent over the grid body: ARIA state lived on
scattered attributes and DOM focus never reached the cells. Holding
an arrow key re-rendered every visible row per keystroke.

Accessibility
- Implement the full ARIA grid pattern through ElementInternals:
  roles, row/column counts and indices, aria-sort, aria-selected.
  The filter row is modeled as a second header row.
- Use roving focus. Navigation and click activation place real DOM
  focus on the active cell so assistive technology announces it;
  aria-activedescendant cannot cross shadow boundaries. The
  virtualizer reclaims focus when scrolling removes the focused
  cell.

Performance
- Keep the row renderer identity stable across activation. The
  virtualizer re-renders all rows when renderItem changes, so
  activation now updates only the two affected rows.
- Derive column track sizes only when the configuration changes and
  notify context consumers at mutation points, not on every host
  update.

API and structure
- navigateTo(row, options) replaces positional arguments. Activation
  without a column keeps the current one instead of clearing it.
- Rename internal tags to the igc-grid-lite-* prefix.
- Defer filter row and editor element definitions until a filterable
  column renders.
- Route all render-root queries through the DOM controller so other
  controllers no longer reach into the grid DOM directly.
- Skip filter expressions whose conditions no column resolved.

623 of 655 branches covered (95.11%)

Branch coverage included in aggregate %.

617 of 628 new or added lines in 17 files covered. (98.25%)

3663 of 3704 relevant lines covered (98.89%)

574.27 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
95.08
-1.76% src/controllers/navigation.ts
2
96.51
-0.05% src/components/filter-row.ts
2
96.65
-0.54% src/controllers/dom.ts
2
97.81
-2.19% src/controllers/state.ts
Jobs
ID Job ID Ran Files Coverage
1 32834151089.1 25 Aug 2026 09:52AM UTC 37
98.33
GitHub Action Run
Source Files on build 32834151089
  • Tree
  • List 37
  • Changed 21
  • Source Changed 16
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32834151089
  • bdeb2724 on github
  • Prev Build on master (#32822175560)
  • Next Build on master (#32863715238)
  • Delete
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