-
Notifications
You must be signed in to change notification settings - Fork 137
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
Uncaught TypeError: Cannot read property 'data' of null #169
Comments
Have you manage to solve it ? |
I apologize for the severely delayed response. I haven’t had much time to spend on personal projects lately. This is very peculiar error indeed. This issue is very similar to issue #165, but the error is showing up at a different point in the script. Other than the session object initialization, there is only one place in the code where // reset session and tooltip element
session.activeHover = null;
session.isClosing = false;
session.isFixedTipOpen = false;
tipElement.removeClass(); Which is in the Based on the error, it looks like it failed at the I’m not sure what’s going on here. I can think of a couple possibilities:
But, without being able to see the code and debug it, I’m limited to guessing. I don’t see anything obvious that would allow this state to arise. I could add a session state check to the So I have a couple debugging questions:
|
Chrome only
Yes |
I'm running powertip 1.3.1 and got the following exception:
This was occuring while I was hovering over something with a powerTip, and an event comes in which causes another powerTip to open. It's not entirely consistent, and I believe it has todo with the opening and closing state of the hovered powertip.
As shown in the debugger below, it looks like
isTipOpen
is true, and it isn't closing, butactiveHover
is null.The text was updated successfully, but these errors were encountered: