IE - 'null' shown before tooltip's text #3490
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
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.
The text was updated successfully, but these errors were encountered: