Changes between Version 2 and Version 3 of Ticket #10752, comment 1


Ignore:
Timestamp:
Nov 30, 2016, 12:51:36 PM (7 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10752, comment 1

    v2 v3  
    11I have tried your code and I was able to reproduce this problem only in IE10 and only in Windows 7 (IE10 on win 8 works fine).
    22
    3 This is in deed weird issue but to workaround it you can just use setTimeout with timeout of 0, 10 or 100.
     3This is in deed weird issue but to workaround it you can just use setTimeout with timeout of 0.
    44{{{
    55 _editor.execCommand('maximize');
    66            setTimeout(function(){loadPage('http://localhost/doc/WebPage/Parts/index.html', function (data) {
    7                 _editor.setData(data);},10);//0, 10, 100
     7                _editor.setData(data);}, 0);
    88            });
    99}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy