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

Workfront / glide-data-grid / 28662131656
89%
main: 89%

Build:
Build:
LAST BUILD BRANCH: pre-release
DEFAULT BRANCH: main
Ran 03 Jul 2026 01:01PM UTC
Jobs 1
Files 83
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

03 Jul 2026 12:58PM UTC coverage: 89.179% (+0.02%) from 89.163%
28662131656

push

github

annaha
fix: repaint per-column fill for spanning cells in frozen trailing rows

`walkRowsInCol` does not clip scrolling rows at freezeY, so the last
visible scrolling row's y-range crosses into the freeze band. Glide's
normal flow relies on each column repainting the frozen row's fill after
the scrolling walk to overwrite that overflow. With a wide `span` this
short-circuits via `handledSpans` for every column after the first,
leaving scrolling-row content visible inside the frozen span; per-column
selection/highlight accents were also skipped for the same reason.

Fall through with `skipContents=true` for sticky rows so each column
repaints its own fill. Content stays drawn once by the initial span push.
Non-frozen spans keep the short-circuit — they don't hit the
overflow-into-freeze-band issue and rely on the wide-fill column for
highlightRegions.

Adds a regression test that fails without the fix.

3051 of 3772 branches covered (80.89%)

Branch coverage included in aggregate %.

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

18557 of 20458 relevant lines covered (90.71%)

3153.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28662131656.1 03 Jul 2026 01:01PM UTC 83
89.18
GitHub Action Run
Source Files on build 28662131656
  • Tree
  • List 83
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 48ec0d1d on github
  • Prev Build on pre-release (#21661075234)
  • Delete
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