#5386 closed Bug (wontfix)
Google Chrome for Mac, error on form.submit override
Reported by: | Marcos Wright Kuhns | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Chrome | Cc: |
Description
Currently Google Chrome for Mac chokes under certain circumstances in the attachToForm function of core/editor.js producing the following error: "TypeError: Cannot read property 'nodeName' of undefined"
This error only occurs under the following circumstances:
- There are two CKEditor instances on the page.
- Both CKEditor instances are associated with elements within a <form> tag.
- CKEDITOR.config.autoUpdateElement == true
Attached is an HTML page that replicates the error. I've only seen this error in Google Chrome for Mac & have run the test on FF3.0 and Safari 4.x on my Mac.
The simplest solution I've found is to set CKEDITOR.config.autoUpdateElement = false.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | ckeditor.html added |
---|
comment:1 Changed 15 years ago by
Keywords: | Chrome added; chrome mac error removed |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
We would like to wait for Google Chrome to fix the chromium bug here.
comment:2 Changed 15 years ago by
Yeah, definitely looks like the relevant bug. Thanks for the update & research.
An HTML file that can be used to replicate the error I've described.