-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
toTextArea and rmSubmit not working #9
Comments
exception: uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLDivElement.removeChild]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: http://localhost/RoyalDesignCMS/web/cms/js/codemirror/codemirror.js :: anonymous :: line 1519" data: no] in last revision |
Should be fixed in f47c50d |
alltom
pushed a commit
to alltom/CodeMirror
that referenced
this issue
Aug 23, 2012
Fixes for scrolling in Lion
mutahhir
referenced
this issue
in mutahhir/CodeMirror
May 31, 2013
Minor modifications to the addWidget system. Still not completely bug free
davidmehren
pushed a commit
to hedgedoc/CodeMirror
that referenced
this issue
Oct 31, 2020
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
toTextArea method does not work - it throws exception probably because instance.div is null in #1515. Next problem - when I made an workaround for this (by adding id to the div and selecting it by getElementById) it says that rmSubmit is not a function.
The text was updated successfully, but these errors were encountered: