Skip to content

fix(grid-pinning): remove hide call in scrollToRow - 20.1.x#16780

Merged
dkamburov merged 19 commits into20.1.xfrom
iminchev/fix-16943-20.1.x
Apr 6, 2026
Merged

fix(grid-pinning): remove hide call in scrollToRow - 20.1.x#16780
dkamburov merged 19 commits into20.1.xfrom
iminchev/fix-16943-20.1.x

Conversation

@IMinchev64
Copy link
Copy Markdown
Contributor

@IMinchev64 IMinchev64 commented Jan 21, 2026

Closes #16493

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@mddragnev mddragnev self-requested a review January 29, 2026 11:18
@IMinchev64 IMinchev64 changed the title fix(grid-pinning): remove hide call in scrollToRow fix(grid-pinning): remove hide call in scrollToRow - 20.1.x Jan 29, 2026
@mddragnev
Copy link
Copy Markdown
Member

Please cherry-pick your latest commit from master

mddragnev
mddragnev previously approved these changes Mar 9, 2026
@MarielaTihova MarielaTihova added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Mar 9, 2026
@dkamburov
Copy link
Copy Markdown
Contributor

@IMinchev64 seems to fail for that branch

mddragnev
mddragnev previously approved these changes Mar 16, 2026
Copilot AI review requested due to automatic review settings March 27, 2026 11:19
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes an issue where the Action Strip closes when invoking the “jump to row” (scroll) action while working with pinned rows, by preventing the strip from being hidden in that scenario.

Changes:

  • Updates grid vertical scroll handling to keep the Action Strip visible when its context is a connected pinned row (base mode).
  • Adjusts pinning “scrollToRow” action to not hide the Action Strip in base mode (still hides in menu mode).
  • Extends Action Strip token surface to expose menuItems, and adds a regression test for base-mode scrollToRow.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts Keeps Action Strip visible during vertical scroll when it’s attached to a pinned, connected row (and not in menu mode).
projects/igniteui-angular/src/lib/action-strip/token.ts Adds menuItems to the injected Action Strip token to support the new scroll logic.
projects/igniteui-angular/src/lib/action-strip/grid-actions/grid-pinning-actions.component.ts Prevents hiding the strip after scrollToRow in base mode; keeps current behavior for menu mode.
projects/igniteui-angular/src/lib/action-strip/grid-actions/grid-pinning-actions.component.spec.ts Adds a regression test ensuring base-mode scrollToRow doesn’t immediately hide the strip.

@IMinchev64 IMinchev64 requested a review from mddragnev April 1, 2026 13:08
…gxGridPinningActionsComponent

Agent-Logs-Url: https://github.com/IgniteUI/igniteui-angular/sessions/3f2bf1d7-9d01-4f34-8ab7-adda6e7d4d39

Co-authored-by: dkamburov <1182001+dkamburov@users.noreply.github.com>
Copilot AI requested a review from dkamburov April 6, 2026 14:40
@dkamburov dkamburov requested a review from mddragnev April 6, 2026 15:20
@dkamburov dkamburov merged commit decf41d into 20.1.x Apr 6, 2026
5 checks passed
@dkamburov dkamburov deleted the iminchev/fix-16943-20.1.x branch April 6, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants