Opened 8 years ago
Closed 8 years ago
#16997 closed Bug (invalid)
[Safari] SCAYT doesn't work in Private window
Reported by: | Karen Ananiev | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Open Safari Private Window
- Go to the standard sample http://sdk.ckeditor.com/samples/standardpreset.html
- Try to enable SCAYT
Expected result
SCAYT works.
Actual result
SCAYT doesn't work. There is an error in console:
QuotaExceededError (DOM Exception 22): The quota has been exceeded.
It seems it caused by Safari localStorage access restrictions in Private mode.
Other details (browser, OS, CKEditor version, installed plugins)
OSX, Safari 10.1
Change History (1)
comment:1 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.7.0 (GitHub - major) |
The error is being thrown in ckscayt.js on svc.webspellchecker.net.
SCAYT is CKEditor add-on maintained by another company. Normally we report such issues to SCAYT team - https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues but from what I can see it has already been reported - https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/112. SCAYT doesn't work with private mode.