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

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

Build:
Build:
LAST BUILD BRANCH: pre-release
DEFAULT BRANCH: main
Repo Added 27 Mar 2023 01:50PM UTC
Token lu8beKsmPZgSgpmaTAYE24sjitSJ3axsU regen
Build 205 Last
Files 83
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

LAST BUILD ON BRANCH pre-release
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 5
  • add-location-to-provide-editor
  • add-search-hotkeys
  • bottom-border-last-row
  • change-version
  • ci-fix-2
  • custom-portal-element
  • discard-focus-bottom-border-issue-changes
  • edit-cell-function
  • edit-mode-reset-between-cells
  • feat-toggle-keyboard-handler-for-custom-editors
  • feat/add-cell-location-on-keydown-event-wf
  • feature-add-resize-outline
  • feature/custom-outside-click-predicate-wf
  • fix-column-resize-experience
  • fix-context-menu-keyboard-support
  • fix-grid-hover-from-external-elements
  • fix-groupHeader-action-click
  • fix-grouping-issue
  • fix-onmousemove
  • fix-onpointerdown
  • fix-vertical-border-dummy-space
  • fix/frozen-column-type-to-edit
  • fix/frozen-column-type-to-edit-pre-release
  • fix/frozen-row-span-overflow
  • fix/header-drag-stuck-autoscroll
  • fix/last-colmn-data-copy
  • freeze-right-columns
  • header-hover-position
  • local/right-column-freeze
  • local/sync-upstream-main
  • main
  • main-add-onkeydown
  • main-group-headers-styling-enhancements
  • pre-release
  • refs/tags/5.3.1
  • refs/tags/v5.2.3
  • refs/tags/v5.3.0
  • refs/tags/v5.3.1
  • refs/tags/v5.3.2
  • refs/tags/v5.4.2
  • refs/tags/v5.4.3
  • refs/tags/v5.4.4
  • refs/tags/v5.4.5
  • refs/tags/v5.4.6
  • refs/tags/v5.5.0
  • refs/tags/v5.5.1
  • refs/tags/v5.5.2
  • refs/tags/v5.5.3
  • refs/tags/v5.5.4
  • refs/tags/v5.5.5
  • refs/tags/v5.5.6
  • refs/tags/v5.5.7
  • refs/tags/v5.5.8
  • refs/tags/v5.5.9
  • release-5.5.8
  • resize-observer-issue
  • revert-15-fix-vertical-border-dummy-space
  • revert-focus-immediate
  • row-reorder-autoscroll
  • select-all-checkbox-visibility
  • support-onkeydown-on-custom-renderer
  • tab-navigate-to-next-row
  • temporary-fork-warning
  • test-ci
  • upgrade-version
  • upstream-main
  • version-update
  • workfront-main
  • workfront-v5

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

Relevant lines Covered
Build:
Build:
20506 RELEVANT LINES 18608 COVERED LINES
3253.38 HITS PER LINE
Source Files on main
  • Tree
  • List 83
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
31793567737 pre-release 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 r... push 14 Aug 2026 10:48AM UTC annaha github
89.24
31787137783 fix/header-drag-stuck-autoscroll 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 r... push 14 Aug 2026 09:15AM UTC annaha github
89.27
31394757280 pre-release fix: don't block editOnType for cells inside frozen regions push 10 Aug 2026 01:50PM UTC annaha github
89.24
31394615499 fix/frozen-column-type-to-edit-pre-release fix: don't block editOnType for cells inside frozen regions push 10 Aug 2026 01:48PM UTC annaha github
89.24
31394367293 fix/frozen-column-type-to-edit Revert "refactor: fold freeze-area exemption into the visibility condition" push 10 Aug 2026 01:45PM UTC annaha github
89.33
31394137705 fix/frozen-column-type-to-edit refactor: fold freeze-area exemption into the visibility condition push 10 Aug 2026 01:42PM UTC annaha github
89.33
31367866659 fix/frozen-column-type-to-edit fix: don't block editOnType for cells inside frozen regions push 10 Aug 2026 07:57AM UTC annaha github
89.33
28662131656 pre-release 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 r... push 03 Jul 2026 01:01PM UTC annaha github
89.18
28656352564 fix/frozen-row-span-overflow 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 r... push 03 Jul 2026 11:04AM UTC annaha github
89.29
28656053162 fix/frozen-row-span-overflow 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 r... push 03 Jul 2026 10:58AM UTC annaha github
89.29
See All Builds (162)

Badge your Repo: glide-data-grid

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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