-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🧨 severity: medium✅ 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.overlayversion: 9.1.x
Description
Description
Clicking really fast over the row editable rows by constantly exiting and entering in edit mode, leads to confusion in overlay id's.
After some investigation, it was determined that the attach method gets triggered before the animation has ended. So the callback in onDone of the animationPlayer lags.
- igniteui-angular version:
- browser:
Steps to reproduce
- Open grid edit row samples
- Hit a breakpoint in base-grid.directive.ts in the subscription of onOpened of the overlay
- Compare the emitted ids and the ones registered in the overlay.
Result
There is no consistency in the registration and emit process of the overlay id's.
Expected result
Needs consistency in the cycle of registering and emitting correct overlay id's
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🧨 severity: medium✅ 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.overlayversion: 9.1.x