Changes between Initial Version and Version 1 of Ticket #9949, comment 2


Ignore:
Timestamp:
Jan 20, 2013, 12:07:52 AM (11 years ago)
Author:
Open eSignForms
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9949, comment 2

    initial v1  
    66
    77In 3.x we used this to make blur be forceBlur:
     8
     9{{{
    810CKEDITOR.focusManager.prototype['blur'] =  CKEDITOR.focusManager.prototype['forceBlur'];
     11}}}
     12
    913
    1014In 4.0.1 we're doing this to simulate that:
     15
     16{{{
    1117CKEDITOR.focusManager.prototype.orig_blur = CKEDITOR.focusManager.prototype.blur;
    1218CKEDITOR.focusManager.prototype.blur = function() { CKEDITOR.focusManager.prototype.orig_blur.call(this,true); };
     19}}}
     20
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy