You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Elements, when action strip is configured with menu items (as-menu-items="true"), moving the cursor from the row to the opened menu causes the action strip to hide, which immediately closes the menu.
igniteui-angular version: any
browser: any
Steps to reproduce
In index.html, set the first grid action strip to menu mode (e.g., as-menu-items="true" on pinning/editing actions).
Run the elements sample. (npm run start:elements)
Hover a grid row so the action strip appears.
Click the action strip menu (three‑dots) to open it.
Move the mouse from the row to the menu panel.
Result
The action strip hides as soon as the mouse leaves the row, which closes the menu before you can interact with it.
Expected result
The action strip should stay visible (or the menu should stay open) while the cursor is over the menu, allowing the user to select menu items.
Description
In Elements, when action strip is configured with menu items (
as-menu-items="true"), moving the cursor from the row to the opened menu causes the action strip to hide, which immediately closes the menu.Steps to reproduce
index.html, set the first grid action strip to menu mode (e.g.,as-menu-items="true"on pinning/editing actions).npm run start:elements)Result
The action strip hides as soon as the mouse leaves the row, which closes the menu before you can interact with it.
Expected result
The action strip should stay visible (or the menu should stay open) while the cursor is over the menu, allowing the user to select menu items.
Attachments
IgniteuiAngularElements.-.Google.Chrome.2026-02-03.10-15-35.mp4