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

IE - 'null' shown before tooltip's text #3490

Closed
guy-eizon opened this issue Jul 23, 2017 · 1 comment
Closed

IE - 'null' shown before tooltip's text #3490

guy-eizon opened this issue Jul 23, 2017 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@guy-eizon
Copy link
Contributor

When using pTooltip and changing the tooltip's text, IE is rendering the text with a 'null' prefix.
This null from some reason is shown as text (only in IE) due to the innerHtml assignment to null in the updateText() method.
Changing the assignment to empty string ('') fixes to issue.

@cagataycivici cagataycivici self-assigned this Jul 26, 2017
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jul 26, 2017
@cagataycivici cagataycivici added this to the 4.1.2 milestone Jul 26, 2017
@cagataycivici
Copy link
Member

Fixed via PR #3489

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

No branches or pull requests

2 participants