You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solves the issue. Calling setData after editor instance (with html inside) is properly initialized does not break editor so it is not the issue with only setData method but probably some race condition case.
The text was updated successfully, but these errors were encountered:
f1ames
changed the title
[Edge] Calling setData on initialization breaks AC in specific cases
[Edge] Calling setData on editor initialization breaks AC in specific cases
Nov 18, 2016
See https://github.com/cksource/new-websites/issues/252 for detailed description of the whole issue.
The problem may occur when editor with
a11ychecker
enabled is initialized likeAfter clicking on
a11ychecker
toolbar button the error is thrownIt happens only for built version of
a11ychecker
on Edge browser.Initializing CKEditor on container with html inside does not cause the error. Also deferring
setData
call likesolves the issue. Calling
setData
after editor instance (with html inside) is properly initialized does not break editor so it is not the issue with onlysetData
method but probably some race condition case.The text was updated successfully, but these errors were encountered: