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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
I am using Angular 4.1.3, Ionic 3.4.2, Ionic-Angular 3.5.0, and ionic-tooltips 2.0.0.
The text was updated successfully, but these errors were encountered: