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 set "null" at the begining of the word (IE11) #3393

Closed
Danieleeee opened this issue Jul 14, 2017 · 7 comments
Closed

Tooltip set "null" at the begining of the word (IE11) #3393

Danieleeee opened this issue Jul 14, 2017 · 7 comments

Comments

@Danieleeee
Copy link

I'm submitting a ... (check one with "x")

[X] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35

Current behavior

1

This is the code:
pTooltip="Data elaborazione di riferimento" tooltipPosition="top"

Please tell us about your environment:

Windows 7, IE11

  • Angular version: 4.2.6
  • PrimeNG version: 4.1.0
  • Browser: IE 7
@Danieleeee
Copy link
Author

We have slow performance respect 4.0.3

@SefaMuratcanKatirci
Copy link

Hello,
Could you please share more of your code? You can upload it to plunkr and provide us its link.

@Danieleeee
Copy link
Author

If you use tooltip in IE11 you will see that this is the behavior.
The code used is the same as version of PrimeNG 4.0.3

@jgill248
Copy link

I have the same behavior in any use of tooltip in IE 11.
<div class="pull-right" pTooltip="some text" tooltipPosition="left">

image

using "primeng": "4.1.0",

@BearInHat
Copy link

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".

@Suncrusher
Copy link

Suncrusher commented Aug 3, 2017

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?

@mertsincan
Copy link
Member

Duplicate #3490

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants