Opened 11 years ago

Closed 11 years ago

#10581 closed Bug (fixed)

Cannot add a link if there is a p tag inside a div tag in the source

Reported by: oldergod Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.1
Keywords: Cc:

Description

If there is <p> inside a <div> in the source, a javascript error occured in IE if I try to add a link.

  • CKEditor Version: 3.6.1 (r7072)
  • Only in I.E.
  • Javascript Error: SCRIPT5007: Unable to get property 'getParent' of undefined or null reference

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Resolution: fixed
Status: newclosed

I was able to reproduce this in BR mode by inserting <div><p>abc</p></div> in source mode and inserting link (inserting e.g. google.com with collapsed selection).

This isn't however a problem in latest CKEditor 4.x so I'm closing it as fixed.

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