Skip to content

Permission denied to access property "type" #838

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

Closed
JeanCarriere opened this issue Jan 25, 2017 · 3 comments
Closed

Permission denied to access property "type" #838

JeanCarriere opened this issue Jan 25, 2017 · 3 comments
Assignees

Comments

@JeanCarriere
Copy link

I get in production an error sometimes (firefox 50 / windows 10):
Permission denied to access property "type"

if (!evt) return;
                                if (evt.type === 'click')
                                    return clickHandler(evt);
                                else if (evt.type === 'keypress')
                                    return keypressHandler(evt);

I'm using the CDN

@benvinegar
Copy link
Contributor

@JeanCarriere – anything more to go on here? Do you use iframes at all? Are you using custom DOM events?

@JeanCarriere
Copy link
Author

JeanCarriere commented Jan 27, 2017

Hum I do use some iframes (loading external content like google documents)
One module of my application uses custom dom events (https://github.com/serkanyersen/ifvisible.js/ )
The stack trace I get does not give more information :(

@benvinegar
Copy link
Contributor

@JeanCarriere – Custom DOM events seem like a likely culprit. I'll investigate.

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

3 participants