Button/p-button and tooltip: Doesn't work correctly #15390
Labels
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
button
andp-button
are not working correctly.Doesn't have the same properties. Label is missing
If you use
p-button
orbutton
inside adiv
usinggrid
orflex
the tooltip appears in a wrong positionYou can check the stackblitz here and in the comments you will find all the explanations https://stackblitz.com/edit/ygqzij-9imghr?file=src%2Fapp%2Fdemo%2Fbutton-basic-demo.ts,src%2Fapp%2Fdemo%2Fbutton-basic-demo.html
Environment
Reproducer
https://stackblitz.com/edit/ygqzij-9imghr?file=src%2Fapp%2Fdemo%2Fbutton-basic-demo.ts,src%2Fapp%2Fdemo%2Fbutton-basic-demo.html
Angular version
17
PrimeNG version
17
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
div
usingdisplay: grid;
The text was updated successfully, but these errors were encountered: