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

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

Build:
Build:
LAST BUILD BRANCH: pre-release
DEFAULT BRANCH: main
Ran 14 Aug 2026 10:48AM 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 10:46AM UTC coverage: 89.236% (-0.007%) from 89.243%
31793567737

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>

3071 of 3788 branches covered (81.07%)

Branch coverage included in aggregate %.

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

18608 of 20506 relevant lines covered (90.74%)

3253.38 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
87.83
-0.03% packages/core/src/data-editor/data-editor.tsx
Jobs
ID Job ID Ran Files Coverage
1 31793567737.1 14 Aug 2026 10:48AM UTC 83
89.24
GitHub Action Run
Source Files on build 31793567737
  • 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
  • e2d1961d on github
  • Prev Build on fix/frozen-column-type-to-edit-pre-release (#31394615499)
  • 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