Ticket #8710 (assigned Bug)

Opened 17 months ago

Last modified 8 days ago

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

jquery.js.patch (1.3 KB) - added by heruan 17 months ago.

Change History

Changed 17 months ago by heruan

comment:1 Changed 16 months ago by j.swiderski

  • Status changed from new to confirmed
  • Version changed from 3.6.3 (SVN - trunk) to 3.1

comment:2 Changed 3 weeks ago by pjasiun

  • Owner set to pjasiun
  • Status changed from confirmed to review

comment:3 Changed 8 days ago by pjasiun

  • Milestone set to CKEditor 4.2

comment:4 Changed 8 days ago by pjasiun

in branch/ticket #10281

comment:5 Changed 8 days ago by pjasiun

  • Status changed from review to assigned
Note: See TracTickets for help on using tickets.
© 2003 – 2012 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy