Opened 13 years ago
Closed 10 years ago
#8929 closed Bug (fixed)
Scayt causes list formatting issues
Reported by: | Ben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | 3.0.2 |
Keywords: | Firefox Webkit | Cc: | WebSpellChecker.net |
Description
I am using CKEditor on Firefox 11.0 on a windows server 2008 build.
I have enterMode and shiftEnterMode set to CKEDITOR.ENTER_BR.
When I add a ordered or unordered list to my document and have a line of text following the list, Scayt surrounds the line of text in a span after a load from the database and causes the editor to create a new unordered list with the last word from the last element of the list.
Disabling Scayt removes the issue.
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Cc: | WebSpellChecker.net added |
---|---|
Keywords: | Firefox Webkit added; spell checker list element unordered list ordered list removed |
Status: | new → confirmed |
Version: | 3.6.3 → 3.0.2 |
To reproduce
- Open AJAX sample
- insert list (E.g. 3 elements with some text) and escape it with double enter.
- under list type some text
- enable SCAYT (wait for the words to get underlined)
- REMOVE Editor
- Create editor
- Enable SCAYT.
Reproducible from CKEditor 3.0.2
comment:3 Changed 10 years ago by
Status: | confirmed → pending |
---|
@j.swiderski can you confirm that the issue is gone? See https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/40
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
Seems to be working fine.
WebSpellChecker.net team confirms the problem for the enterMode = CKEDITOR.ENTER_BR for FF and WebKit.