primeng icon indicating copy to clipboard operation
primeng copied to clipboard

Directive dont show icon tooltip

Open Bobmactochas opened this issue 1 year ago • 0 comments

Describe the bug

I'm trying to create a directive which, when it receives a button element, will add an icon at the end of the element which will have a tooltip. However, when I hover over the icon, the tooltip is not triggered

image

Environment

"dependencies": { "@angular/animations": "17.3.1", "@angular/cdk": "17.3.1", "@angular/common": "17.3.1", "@angular/compiler": "17.3.1", "@angular/core": "17.3.1", "@angular/forms": "17.3.1", "@angular/platform-browser": "17.3.1", "@angular/platform-browser-dynamic": "17.3.1", "@angular/router": "17.3.1", "@ngneat/transloco": "4.3.0", "@types/file-saver": "^2.0.7", "file-saver": "2.0.5", "lottie-web": "5.12.2", "ngx-cookie-service": "17.0.1", "ngx-lottie": "10.0.0", "oidc-client": "1.11.5", "primeflex": "3.3.1", "primeicons": "7.0.0", "primeng": "17.17.0", "prismjs": "1.29.0", "quill": "^1.3.7", "rxjs": "7.8.1", "tslib": "2.6.2", "xlsx": "0.18.5", "zone.js": "0.14.3" }, "devDependencies": { "@angular-devkit/build-angular": "17.3.2", "@angular-eslint/builder": "17.3.0", "@angular-eslint/eslint-plugin": "17.3.0", "@angular-eslint/eslint-plugin-template": "17.3.0", "@angular-eslint/schematics": "17.3.0", "@angular-eslint/template-parser": "17.3.0", "@angular/cli": "17.3.2", "@angular/compiler-cli": "17.3.1", "@types/jasmine": "5.1.4", "@typescript-eslint/eslint-plugin": "6.19.1", "@typescript-eslint/parser": "6.19.1", "depcheck": "1.4.7", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsdoc": "48.0.4", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "5.1.3", "husky": "9.0.6", "jasmine-core": "5.1.1", "karma": "6.4.2", "karma-chrome-launcher": "3.2.0", "karma-coverage": "2.2.1", "karma-jasmine": "5.1.0", "karma-jasmine-html-reporter": "2.1.0", "source-map-explorer": "2.5.3", "typescript": "5.4.3" }

Reproducer

No response

Angular version

17.3.1

PrimeNG version

17.17.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

18.20.4

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

Bobmactochas avatar Aug 23 '24 11:08 Bobmactochas