-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 set "null" at the begining of the word (IE11) #3393
Comments
We have slow performance respect 4.0.3 |
Hello, |
If you use tooltip in IE11 you will see that this is the behavior. |
This is the same in Edge as well. When this.tooltipText.innerHTML = null; (line 126) is hit, the Microsoft behaviour is to set the innerHTML/innerText to "null", then the next line appends the tool tip text to that. Our current work around is setting [escape]="false". |
I do have the same problem with IE 11 and Edge on Win 10 prior to version 4.1.2. I can still reproduce this also on the sample page: https://www.primefaces.org/primeng/#/tooltip Did this issue got attention? |
Duplicate #3490 |
I'm submitting a ... (check one with "x")
Current behavior
This is the code:
pTooltip="Data elaborazione di riferimento" tooltipPosition="top"
Please tell us about your environment:
Windows 7, IE11
The text was updated successfully, but these errors were encountered: