Opened 13 years ago

Last modified 12 years ago

#8429 closed Bug

IE7, IE6 - Selection problem when destroying editor in ENTER_BR — at Initial Version

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: General Version: 3.5.3
Keywords: IE6 IE7 Cc:

Description

This issue was reported in our supprot channel (Topic: Excluding auto generated paragraph (<p>) tags from CKeditor)

  1. Insert in your config.js
    config.enterMode = CKEDITOR.ENTER_BR;	
    config.shiftEnterMode = CKEDITOR.ENTER_P;
    
  2. Open AJAX sample
  3. Type "This is some sample text"
  4. Select E.g. "This i[s some sample text"
  5. Remove editor, Create editor, Remove editor

Result: JS erro is thrown
Message: editor.getselection() is null or not an object
Line: 806
URI: /ckeditor/_source/plugins/wysiwygarea/plugin.js

Issue has been reproducible in IE6 and IE7 from CKEditor 3.5.3

Change History (0)

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