Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Tooltip: disable autoHide doesn't work #13828

Closed
Adrii77 opened this issue Oct 9, 2023 · 3 comments · Fixed by #13847
Closed

Tooltip: disable autoHide doesn't work #13828

Adrii77 opened this issue Oct 9, 2023 · 3 comments · Fixed by #13847
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@Adrii77
Copy link

Adrii77 commented Oct 9, 2023

Describe the bug

The option "autoHide" doesn't work properly. If autoHide is set to false, the tooltip disapear.

Environment

NG 16, PrimeNG 16

Reproducer

No response

Angular version

16.2.7

PrimeNG version

16.3.1

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

16.20.0

Browser(s)

Chrome 117

Steps to reproduce the behavior

  1. Go here : https://primeng.org/tooltip#autohide
  2. hover the input with autoHide false, then, hover the tooltip content.

Expected behavior

Tooltip should not disapear if autoHide is set to false when toopltip's content is hovered.

@Adrii77 Adrii77 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Oct 9, 2023
@Adrii77 Adrii77 changed the title Tooltip: autoHide is broken Tooltip: disable autoHide doesn't work Oct 9, 2023
@konuch
Copy link

konuch commented Oct 10, 2023

Caused by this commit: bc98f43

@SoyDiego
Copy link
Contributor

SoyDiego commented Oct 10, 2023

Hi @Adrii77 and @konuch, you are right about the problem
I have created a PR solving the problem.
You can check here #13847

Thanks!

@cetincakiroglu cetincakiroglu added this to the 16.4.2 milestone Oct 11, 2023
@cetincakiroglu cetincakiroglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Oct 11, 2023
@AliKholmatov
Copy link

Hi. It doesn't work with positionLeft property

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants