Changes between Initial Version and Version 1 of Ticket #11178, comment 4


Ignore:
Timestamp:
Dec 3, 2013, 4:22:36 PM (10 years ago)
Author:
Marek Lewandowski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11178, comment 4

    initial v1  
    11So far i got following informations for this issue:
    22
    3 its caused by test avoid having inline event handlers executed TC.
     3its caused by '''test avoid having inline event handlers executed''' TC.
    44
    55The reason leading to an exception is following (is quite nice sequence):
    66
    7 having config enterMode = CKEDITOR.ENTER_BR
    8 calling this.editor.focus()
    9 calling editor.setData
    10 Error is originated from wysiwygarea\plugin.js:168 which is invoked selectionchange
     7- having config {{{enterMode = CKEDITOR.ENTER_BR}}}
     8- calling {{{this.editor.focus()}}}
     9- calling {{{editor.setData}}}
    1110
    12 affected browsers: ie10, ie11 not affected: ie9
     11Error is originated from '''wysiwygarea\plugin.js''':168 which is invoked '''selectionchange'''
     12
     13affected browsers: '''ie10, ie11'''
     14not affected: ie9
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy