-
Notifications
You must be signed in to change notification settings - Fork 377
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 'addEventListener' of undefined #1076
Comments
I'm having the same issue, Im using ember-power-select inside a component (could be that the issue?).
|
weird. Could make a PR removing the |
@cibernox Is there any reason for using |
Honestly, no. |
I've created the first pull request to |
@mehanika I've published a new beta of EBD. Since the dependency of EPS in EBD is Let me know of the bug seems fixed and I'll close this. |
@cibernox Well, all the errors related to trigger.js are fixed now. But EPS also uses
I will create a pull request for removing |
It happens after transition to a page, where power-select was rendered before.
Uncaught TypeError: Cannot read property 'addEventListener' of undefined
at Class.stopTextSelectionUntilMouseup (trigger.js:206)
at Class.handleMouseDown (trigger.js:114)
at Class.send (ember.debug.js:43117)
at Class.superWrapper [as send] (ember.debug.js:42834)
at HTMLDivElement. (trigger.js:223)
The text was updated successfully, but these errors were encountered: