You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing the pointer fastly over the text "as this tooltip" causes an error resulting in the tooltip staying visible.
It seems that the time to build the tooltip takes too long (as it goes back to the server) in order for mouseout event bound with the noFocus() function to find the Tooltip and to remove it.
The error in the console "Cannot read property 'parentNode' of null"
Any ideas?
The text was updated successfully, but these errors were encountered:
Passing the pointer fastly over the text "as this tooltip" causes an error resulting in the tooltip staying visible.
It seems that the time to build the tooltip takes too long (as it goes back to the server) in order for mouseout event bound with the noFocus() function to find the Tooltip and to remove it.
The error in the console "Cannot read property 'parentNode' of null"
Any ideas?
The text was updated successfully, but these errors were encountered: