Skip to content

[codex] fix fixed-grid edge auto-scroll#988

Open
nexiumbiz-debug wants to merge 2 commits into
tiberiuzuld:masterfrom
nexiumbiz-debug:codex/fix-fixed-bottom-drag
Open

[codex] fix fixed-grid edge auto-scroll#988
nexiumbiz-debug wants to merge 2 commits into
tiberiuzuld:masterfrom
nexiumbiz-debug:codex/fix-fixed-bottom-drag

Conversation

@nexiumbiz-debug

@nexiumbiz-debug nexiumbiz-debug commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Why

In gridType: "fixed", an item near a grid edge can remain inside the scroll-sensitivity zone while the user drags or resizes away from that edge. The old logic could keep edge auto-scroll running from that zone even though the pointer was no longer moving toward the edge, which made bottom or right-edge items slide or shrink too abruptly.

Checks

  • npm run test-lib -- --watch=false
  • npm run build-lib
  • npx eslint projects/angular-gridster2/src/lib/gridsterScroll.ts projects/angular-gridster2/src/lib/tests/gridsterScroll.spec.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Grid type "fixed": Moving and resizing the bottom-most panel is very difficult

1 participant