Opened 10 years ago

Last modified 10 years ago

#11428 confirmed Bug

Elementspath entries should not be dragable

Reported by: Marek Lewandowski Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0 Beta
Keywords: Cc:

Description

Buttons in elementspath should not be draggable. Now you can drag it into editable. What's worse in IE10, IE11 it will cause following exception:

SCRIPT5009: 'CKEDITOR' is undefined 
replacebyclass.html, line 355 character 1
  1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
  2. click somwehere inside editable
  3. click move body elements path part into editable

additional info:

  1. it should be easily fixable with setting onmousedown="return false" on anchors

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Status: newconfirmed
Version: 4.0 Beta

What's worse in IE10, IE11 it will cause following exception

I was only able to get this exception after clicking on link that was created after dropping body elements path into editable.

Problem can be reproduced from CKEditor 3.6.3 (when support for IE10 was added) but I'm setting version to 4.0 beta as it is going to be fixed in CKE 4.x.

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