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

Possible memory leak causes tooltips to appear in corner without text. #24

Open
benjcallaghan opened this issue Nov 28, 2017 · 3 comments

Comments

@benjcallaghan
Copy link

I'm currently working on an Electron/Ionic desktop application, and I recently added this package to enable tooltips when a user hovers over a button. One of our users recently reported that the tooltip appeared in the top left corner of the window instead of above/below the button as expected. In addition, the tooltip was completely blank and did not contain the expected text. The issue is inconsistent, but is generally accompanied by the following error in the console.

(node:4208) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 GetAuthTokenError listeners added. Use emitter.setMaxListeners() to increase limit

I am using Angular 4.1.3, Ionic 3.4.2, Ionic-Angular 3.5.0, and ionic-tooltips 2.0.0.

@TheLiquor
Copy link

Anything new on this? Did you figure out a work around yourself?

@benjcallaghan
Copy link
Author

I never found a workaround or permanent solution. Because of this (and other errors), we stopped using this library and found another way to implement our tooltips.

@jrquick17
Copy link

I have created an updated library forked from this project with plans to keep it maintained. If this is still an issue then help me reproduce and I will fiix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants