Skip to content

[Tooltip]: inconsistent animation in grid validation #15848

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
RivaIvanova opened this issue May 23, 2025 · 0 comments · May be fixed by #15858, #15859 or #15883
Open

[Tooltip]: inconsistent animation in grid validation #15848

RivaIvanova opened this issue May 23, 2025 · 0 comments · May be fixed by #15858, #15859 or #15883
Assignees
Labels
🐛 bug Any issue that describes a bug tooltip ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@RivaIvanova
Copy link
Member

Description

When activating the cell validation, the tooltip uses the default open animation (scaleInVerTop) and close Animation (scaleOutVerTop) of the ConnectedPositionStrategy.
https://github.com/IgniteUI/igniteui-angular/blob/master/projects/igniteui-angular/src/lib/services/overlay/position/connected-positioning-strategy.ts#L23

When hovering over the error icon, the default animations defined in IgxTooltipTarget are used - scaleInCenter for the open animation and fadeOut for the close animation.

https://github.com/IgniteUI/igniteui-angular/blob/master/projects/igniteui-angular/src/lib/directives/tooltip/tooltip-target.directive.ts#L292

These animations have different durations as well.

Image

  • igniteui-angular version: master, 19.2.x, 18.2.x
  • browser: any

Steps to reproduce

  1. Go to the first sample of the Validation topic. https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/validation
  2. Delete a value from the Name column so that it is invalid, and the tooltip will be shown.
  3. Hover over the error icon.

Result

The open and close animations are not the same in both scenarios.

Expected result

As per discussing this matter with @dkoleva-infra, only the default open/close animation of the IgxTooltipTarget should be used - scaleInCenter for the open animation with duration 150ms and fadeOut for the close animation with duration 75ms.

@RivaIvanova RivaIvanova self-assigned this May 23, 2025
@RivaIvanova RivaIvanova added 🐛 bug Any issue that describes a bug 🆕 status: new tooltip 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels May 23, 2025
@RivaIvanova RivaIvanova added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels May 28, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
🐛 bug Any issue that describes a bug tooltip ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
1 participant