-
Notifications
You must be signed in to change notification settings - Fork 128
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
Referencing a DOM node in Expression Error after uploading image #25
Labels
Comments
+1 |
Hi, outsideris, any progress on this? |
@outsideris |
@monad98 |
@outsideris it works. Thank you. |
👍 |
outsideris
referenced
this issue
in uncedric/angular-summernote
Dec 27, 2014
I was getting this error while uploading images to the server Uncaught TypeError: Cannot read property 'width' of undefined summernote.min.js:1 (anonymous function) summernote.min.js:1 (anonymous function) vendor.js:2 j vendor.js:2 k.fireWith vendor.js:2 e.(anonymous function) vendor.js:2 (anonymous function) summernote.min.js:1 d vendor.js:3 n.event.dispatch vendor.js:3 r.handle vendor.js:3 That problem was solved adding this "position:welEditable" to the imageUpload function
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi outsideris, first of all thank you for a great plugin!
I'm trying to get custom image upload to work but I get the Referencing a DOM node in Expression Error after the image is uploaded and I start to edit the content. I first thought it was something wrong with my code but I am able to reproduce the issue in your callback demo.
The text was updated successfully, but these errors were encountered: