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
we are struggling with SCAYT issue after update into 5.0.1.1 version. It sometimes requires multiple clicks to enable SCAYT regardless of used browser.
Enclosed gif shows the issue occurred in Edge:
As you see can SCAYT also have invalid status relative to the enabled dropdown options - it asks for Enable SCAYT when options are already enabled.
The text was updated successfully, but these errors were encountered:
In Chrome this issue is also reproducible, especially after switching on network throttling. As clicking the button generates Ajax request, SCAYT becomes enabled after the request is complete. It allows to click "Enable" button multiple times, generating multiple Ajax requests.
We investigated this issue more deeply, and it appeared to be quite an old issue that appears in the older versions of the plugins. After the pressing Enable SCAYT, it actually enables but it needs time to display the elements from the expanded menu. If we decrease the time of the delay for this action, we may interrupt the behavior of other elements of CKEditor.
Hello,
we are struggling with SCAYT issue after update into
5.0.1.1
version. It sometimes requires multiple clicks to enable SCAYT regardless of used browser.Enclosed gif shows the issue occurred in Edge:
As you see can SCAYT also have invalid status relative to the enabled dropdown options - it asks for
Enable SCAYT
when options are already enabled.The text was updated successfully, but these errors were encountered: