Opened 15 years ago
Closed 11 years ago
#4928 closed Bug (fixed)
Putting each textarea in its own form in the skins sample fails in Chrome for more than 2 editor instances
Reported by: | Adam Hutton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Chrome | Cc: |
Description
As noted in the forums:
http://cksource.com/forums/viewtopic.php?f=11&t=16140
http://cksource.com/forums/viewtopic.php?f=11&t=16776
http://cksource.com/forums/viewtopic.php?f=11&t=16950
CKEditor fails to render when there are more than two instances on a page and each <textarea> is in its own <form> element.
This bug occurs in Chrome, both Mac and PC versions, but doesn't seem to occur in any other browser (not even Safari, which, like Chrome, uses Webkit).
Chrome's JS console reports this error:
Uncaught TypeError: Cannot read property 'nodeName' of undefined
While I'm reporting this as an error for CKEditor 3.0.2 (revision 4760), it may be a problem in other versions/builds as well.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | err-chrome-no-input.png added |
---|
comment:1 Changed 15 years ago by
Keywords: | Confirmed added; textarea nodeName removed |
---|---|
Milestone: | CKEditor 3.x |
Version: | 3.0.2 → SVN (CKEditor) |
Cause by known Chrome bug, leave it open util browser fixed the bug.
screen grab demonstrating problem (unfortunately, it's a private CMS so I cannot provide demo URL)