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

InvalidStateError #3

Closed
janschoenherr opened this issue Mar 25, 2015 · 2 comments
Closed

InvalidStateError #3

janschoenherr opened this issue Mar 25, 2015 · 2 comments

Comments

@janschoenherr
Copy link

I am receiving the error below:

code: 11
message: "Failed to read the 'selectionDirection' property from 'HTMLInputElement': The input element's type ('number') does not support selection."
name: "InvalidStateError"
stack: "Error: Failed to read the 'selectionDirection' property from 'HTMLInputElement': The input element's type ('number') does not support selection.↵ at Error (native)↵ at Object.stringify (native)↵ at setPanelContent (:39:31)↵ at :54:3↵ at Object.InjectedScript._evaluateOn (:847:140)↵ at Object.InjectedScript._evaluateAndWrap (:780:34)↵ at Object.InjectedScript.evaluate (:646:21)"
proto: DOMException

This might be due to using jQuery within the vuejs scope?

@yyx990803
Copy link
Member

What browser version are you on? Is this error thrown just by using vue-devtools?

@janschoenherr
Copy link
Author

Google Chrome: Version 41.0.2272.104 (64-bit)

I am applying a jQuery modal on parts of the vueified DOM. That triggers the error.

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

2 participants