jQuery adapter doesn't support 'form' property
The jQuery adapter gets the form owner of an editor target element using $element.parents('form')
; this is wrong, since a form element can be placed outside the form and associated with the form
attribute (see http://www.w3.org/TR/html5/association-of-controls-and-forms.html).
The jQuery adapter should use the form
property of the form element which is its actual form owner.
Change History (7)
Status: |
new →
confirmed
|
Version: |
3.6.3 (SVN - trunk) →
3.1
|
Owner: |
set to Piotr Jasiun
|
Status: |
confirmed →
review
|
Milestone: |
→ CKEditor 4.2
|
Status: |
review →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
in branch/ticket #10281