-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Copy link
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug💠 grid: elements✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.action-strip
Description
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.
- 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.
Attachments
IgniteuiAngularElements.-.Google.Chrome.2026-02-03.10-15-35.mp4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug💠 grid: elements✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.action-strip