Opened 12 years ago

Closed 11 years ago

#8710 closed Bug (fixed)

jQuery adapter doesn't support 'form' property

Reported by: Giovanni Lovato Owned by: Piotr Jasiun
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 (1)

jquery.js.patch (1.3 KB) - added by Giovanni Lovato 12 years ago.

Download all attachments as: .zip

Change History (7)

Changed 12 years ago by Giovanni Lovato

Attachment: jquery.js.patch added

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed
Version: 3.6.3 (SVN - trunk)3.1

comment:2 Changed 11 years ago by Piotr Jasiun

Owner: set to Piotr Jasiun
Status: confirmedreview

comment:3 Changed 11 years ago by Piotr Jasiun

Milestone: CKEditor 4.2

comment:4 Changed 11 years ago by Piotr Jasiun

in branch/ticket #10281

comment:5 Changed 11 years ago by Piotr Jasiun

Status: reviewassigned

comment:6 Changed 11 years ago by Olek Nowodziński

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy