Description
After commit c0c007ce86 (#16326), igc-action-strip in Angular Elements remains invisible even though show() runs, hidden is false, and the element is appended to the row. Bisect points to #16326; in that commit the Elements analyzer output removed the ActionStrip contentQueries for actionButtons. This likely prevents the strip from wiring its actions correctly and leaves it hidden in WC/Elements.
- igniteui-angular version: 21.1.x, 21.0.x
- browser: any
Steps to reproduce
- Run the elements grid via executing
npm run start:elements
- Hover over any row
Result
Action strip is not shown
Expected result
Action strip should appear
Attachments
Attach a sample if available, and screenshots, if applicable.
Description
After commit
c0c007ce86(#16326),igc-action-stripin Angular Elements remains invisible even thoughshow()runs,hiddenis false, and the element is appended to the row. Bisect points to #16326; in that commit the Elements analyzer output removed the ActionStripcontentQueriesforactionButtons. This likely prevents the strip from wiring its actions correctly and leaves it hidden in WC/Elements.Steps to reproduce
npm run start:elementsResult
Action strip is not shown
Expected result
Action strip should appear
Attachments
Attach a sample if available, and screenshots, if applicable.