-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Cannot read properties of null (reading 'getAttribute') #10927
Comments
Most probably, the |
I think it may be the introduction of SVG or icon. I hope to see a more complete configuration |
Sorry to let you check in this way Please see attachment: |
The regular expression used for testing a path for the |
Is it this way?
` Doing so does not seem to report an error,But the browser page cannot be refreshed, did I do something wrong? Unless these codes are commented out, they cannot be refreshed. |
Almost, this |
I have tried it, and removing this sentence has the same effect. This is my package.json, `
` This situation occurs when I perform initialization. ` initEditor() { ` |
Is there not just a simple way to include plugins... like: <script type="module" src="plugin?"></script>... why does it have to be so hard... can't these plugins just be hosted on cdn? |
@isyoungxl how did you ever fix this? |
Hello, @isyoungxl! How did you fix it? I am trying to fix this in React but no luck |
same+1 |
same problem here...I spend almost a week trying to solve this and my project is completly stoped. Please any help! |
i have the same problem |
1、click href |
I guess I can't use it. This doesn't work for me |
ckeditor5-build-multiI uploaded an example |
Thanks, i reviewed it. I'm using Laravel with inertia/vuejs. Is there anything extra I need to do for this? |
I don't continue to develop. If you need to use it, you can consider publishing build to NPM and then installing it |
Also find out that the following error is not something I need to worry about: Uncaught TypeError: Cannot read properties of null (reading 'getAttribute') at link_option (utils.js?v=f20a5bac:50:11) at get_router_options (utils.js?v=f20a5bac:157:45) at preload (client.js?t=1670827563348&v=f20a5bac:1237:20) at client.js?t=1670827563348&v=f20a5bac:1202:5 link_option @ utils.js?v=f20a5bac:50 get_router_options @ utils.js?v=f20a5bac:157 preload @ client.js?t=1670827563348&v=f20a5bac:1237 (anonymous) @ client.js?t=1670827563348&v=f20a5bac:1202 setTimeout (async) (anonymous) @ client.js?t=1670827563348&v=f20a5bac:1201 ckeditor/ckeditor5#10927 And it is fixed sveltejs/kit#7913
Also find out that the following error is not something I need to worry about: Uncaught TypeError: Cannot read properties of null (reading 'getAttribute') at link_option (utils.js?v=f20a5bac:50:11) at get_router_options (utils.js?v=f20a5bac:157:45) at preload (client.js?t=1670827563348&v=f20a5bac:1237:20) at client.js?t=1670827563348&v=f20a5bac:1202:5 link_option @ utils.js?v=f20a5bac:50 get_router_options @ utils.js?v=f20a5bac:157 preload @ client.js?t=1670827563348&v=f20a5bac:1237 (anonymous) @ client.js?t=1670827563348&v=f20a5bac:1202 setTimeout (async) (anonymous) @ client.js?t=1670827563348&v=f20a5bac:1201 ckeditor/ckeditor5#10927 And it is fixed sveltejs/kit#7913
Also find out that the following error is not something I need to worry about: Uncaught TypeError: Cannot read properties of null (reading 'getAttribute') at link_option (utils.js?v=f20a5bac:50:11) at get_router_options (utils.js?v=f20a5bac:157:45) at preload (client.js?t=1670827563348&v=f20a5bac:1237:20) at client.js?t=1670827563348&v=f20a5bac:1202:5 link_option @ utils.js?v=f20a5bac:50 get_router_options @ utils.js?v=f20a5bac:157 preload @ client.js?t=1670827563348&v=f20a5bac:1237 (anonymous) @ client.js?t=1670827563348&v=f20a5bac:1202 setTimeout (async) (anonymous) @ client.js?t=1670827563348&v=f20a5bac:1201 ckeditor/ckeditor5#10927 And it is fixed sveltejs/kit#7913
@ilearnio do you use our Vite plugin? |
Hello I have the same issue than @ilearnio Im in a vitejs setup and Im using the Vite plugin:
|
@Witoso Yes I was using the plugin |
@ilearnio we would need some repo/code example. Right now I cannot reproduce it. |
Hi! I have the same issue than @ilearnio 🤔 |
Hi, I had the same problem with Vite and ckeditor, solution was move vite plugin vite-svg-loader after plugin ckeditor5 in vite. Here is my vite configuration.
|
Hi,I used your method and the editor loaded normally, but text cannot be entered in the editor. |
Im in a new create react app.. The react ckeditor doesnt allow the 'editor-classic' editor. So i tried this in a useEffect but I see this error:
|
Could you share your full setup? |
|
I was able to fix by allowing the raw-loader for all svg
|
Also find out that the following error is not something I need to worry about: Uncaught TypeError: Cannot read properties of null (reading 'getAttribute') at link_option (utils.js?v=f20a5bac:50:11) at get_router_options (utils.js?v=f20a5bac:157:45) at preload (client.js?t=1670827563348&v=f20a5bac:1237:20) at client.js?t=1670827563348&v=f20a5bac:1202:5 link_option @ utils.js?v=f20a5bac:50 get_router_options @ utils.js?v=f20a5bac:157 preload @ client.js?t=1670827563348&v=f20a5bac:1237 (anonymous) @ client.js?t=1670827563348&v=f20a5bac:1202 setTimeout (async) (anonymous) @ client.js?t=1670827563348&v=f20a5bac:1201 ckeditor/ckeditor5#10927 And it is fixed sveltejs/kit#7913
📝 Provide detailed reproduction steps (if any)
1.I use the Multi-root editor in vue2. Before that, the Inline editor can be used normally
2. I follow the example to quote the code to the project
The following error occurred:
3. This is my webpack configuration
✔️ Expected result
What is the expected result of the above steps?
Can be used normally
❌ Actual result
Report an error
What is the actual result of the above steps?
Report an error
❓ Possible solution
If you have ideas, you can list them here. Otherwise, you can delete this section.
📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: