Skip to content

fix(grid): position toolbar drop downs correctly#16960

Open
wnvko wants to merge 6 commits intomasterfrom
mvenkov/fix-toolbar-drop-downs-height
Open

fix(grid): position toolbar drop downs correctly#16960
wnvko wants to merge 6 commits intomasterfrom
mvenkov/fix-toolbar-drop-downs-height

Conversation

@wnvko
Copy link
Contributor

@wnvko wnvko commented Feb 24, 2026

Closes #16959.
The height applied to the scroll container of the IgxColumnActionsComponent is applied too late with the latest Angular Ivy renderer. To fix this cdr.detectChanges() should be called before component is positioned by the overlay service.

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

@wnvko wnvko added the ❌ status: awaiting-test PRs awaiting manual verification label Feb 24, 2026
gedinakova
gedinakova previously approved these changes Feb 25, 2026
@gedinakova gedinakova self-assigned this Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

❌ status: awaiting-test PRs awaiting manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Column actions dropdown is wrongly positioned

2 participants