-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Labels
💥 severity: critical🐛 bugAny issue that describes a bugAny issue that describes a bug📉 regression✅ 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.combodropdownoverlayselectSelect componentSelect componentversion: 9.0.x
Description
Description
When select an item and open the drop down again, the drop down list is not scrolled to the selected item.
In more detail, the dropdown scrolling is executed ok and the selected item is scrolled to. The actual issue is after attaching the dropdown in the overlay hence the scrolling is not persisted.
- igniteui-angular version: 9.0
- browser: n/a
Steps to reproduce
- Open a dropdown with enough items so there is a scroll existing.
- Scroll down to an initially non-visible item and select it.
- Close & Reopen
Result
The scroll is at the top.
Expected result
The selected item should be visible and the items container scrolled down.
Attachments
Related #6459
Metadata
Metadata
Assignees
Labels
💥 severity: critical🐛 bugAny issue that describes a bugAny issue that describes a bug📉 regression✅ 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.combodropdownoverlayselectSelect componentSelect componentversion: 9.0.x