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

event is null in __reposition using IE 11 #6

Open
Whivel opened this issue Aug 24, 2017 · 0 comments
Open

event is null in __reposition using IE 11 #6

Whivel opened this issue Aug 24, 2017 · 0 comments

Comments

@Whivel
Copy link

Whivel commented Aug 24, 2017

var e = ($.tooltipster._env.IE && event.type === 'click') ? event : null;

Because event is null, there will is an exception accessing to 'type'.
The exception breaks the plugin and tooltipster (tooltip is not shown)

MiChAeLoKGB added a commit to MiChAeLoKGB/tooltipster-follower that referenced this issue Sep 5, 2018
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

1 participant