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

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

Build:
Build:
LAST BUILD BRANCH: pre-release
DEFAULT BRANCH: main
Ran 14 Aug 2026 09:15AM 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

14 Aug 2026 09:12AM UTC coverage: 89.268% (-0.008%) from 89.276%
31787137783

push

github

annaha
fix: reset isActivelyDraggingHeader and scrollDir on native dragend

Header column reordering uses native HTML5 drag-and-drop. isActivelyDraggingHeader
is set true on mousedown for header cells, but was only ever cleared in onMouseUp.
Native DnD release delivers dragend, not mouseup, to the drag source, so the ref
stayed stuck true after any header drag. Every subsequent mousemove then re-armed
scrollDir from the live cursor position (see onMouseMoveImpl), driving the
autoscroll RAF loop indefinitely with no mouse button held, until the user
produced a real mouseup via an unrelated click.

Reset both isActivelyDraggingHeader and scrollDir in onDragEnd, which already
fires unconditionally on the native dragend event.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

2974 of 3684 branches covered (80.73%)

Branch coverage included in aggregate %.

0 of 2 new or added lines in 1 file covered. (0.0%)

18179 of 20012 relevant lines covered (90.84%)

3160.63 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
87.65
-0.03% packages/core/src/data-editor/data-editor.tsx
Jobs
ID Job ID Ran Files Coverage
1 31787137783.1 14 Aug 2026 09:15AM UTC 83
89.27
GitHub Action Run
Source Files on build 31787137783
  • Tree
  • List 83
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 53bed774 on github
  • Prev Build on main (#21358163391)
  • 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