-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Permission denied to access property "nodeType" on Alt Text (image) editing #1709
Comments
I can reproduce this on the CMS demo site in Firefox. |
Possibly related to a bug with |
Looks like:
The errors are originating from Slate. I'm betting the original break occurred due to the Slate dependency update that was released in 2.0.10. An issue on their repo shows other users experiencing this in recent months, and one of the commenters opened a Firefox bug report. It seems this needs to be address within Firefox, but we won't know until someone responds to the bug report. Update: A reproduction directly in Slate (try changing the Youtube video url by clicking it and then clicking the input that appears): https://www.slatejs.org/#/embeds |
If someone is up for forking the Slate repo and figuring it which commit broke things, that would probably help their team on investigating a fix. I'm guessing it's the |
Windows 10 x64, FF 62.00 reporting in. Same issue. |
This issue also happens on Ubuntu 18.04 64-bit, Firefox 63.0 64-bit. |
Same issue windows 10, firefox |
same issue with win10 firefox, also with the title edit section too |
Seems like the downstream fix has not yet made it into Netlify CMS. Any chance we can get |
This will be fixed with #2828. |
Closing as fixed (didn't reproduce with Firefox/Chrome). Please comment/re-open if issue persists |
Describe the bug
Error when uploading an image using the WYSIWG editor (widget:markdown, body field).
The error happens when you click on the ALT field of the image, (the image uploads correctly).
The error happens using both a gitlab and github backend.
The error is: Error: Permission denied to access property "nodeType""
To Reproduce
https://templates.netlify.com/template/eleventy-netlify-boilerplate/
"Sorry!
There's been an error - please report it!
Error: Permission denied to access property "nodeType""
Expected behavior
Error doesn't happen.
Applicable Versions:
CMS configuration
It's the original from the repo
The text was updated successfully, but these errors were encountered: