Ticket #8710 (assigned Bug)
jQuery adapter doesn't support 'form' property
| Reported by: | heruan | Owned by: | pjasiun |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.2 |
| Component: | General | Version: | 3.1 |
| Keywords: | Cc: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
