Opened 14 years ago
Closed 14 years ago
#5826 closed Bug (fixed)
[ContentEditable] SCAYT should be disabled inside non editable elements
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | UI : Spell Checker | Version: | |
Keywords: | Cc: | WebSpellChecker.net |
Description
Load the following HTML:
<p>Para 1</p> <p contenteditable="false">Non Edditable</p> <p>Para 2</p>
Current results:
SCAYT will be enabled for "Edditable", and it's even possible to replace it with another word.
Expected results:
SCAYT will not underline anything inside the read only paragraph.
This one is related to the contenteditable feature branch.
Change History (5)
comment:1 Changed 14 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 14 years ago by
Milestone: | CKEditor 3.4 |
---|
I assume this is supposed to get fixed in SCAYT core.
comment:3 Changed 14 years ago by
SpellChecker.net team has already fixed this bug in the SCAYT core, it will be avaliable with the nearest SCAYT release
comment:4 Changed 14 years ago by
Keywords: | Review? added |
---|
This bug is already fixed in SCAYT core. Review, please/
comment:5 Changed 14 years ago by
Keywords: | Review? removed |
---|---|
Milestone: | → CKEditor 3.4.2 |
Resolution: | → fixed |
Status: | confirmed → closed |
Confirmed to be fixed.
Please use our API at CKEDITOR.dom.node::isReadOnly to check if one node is editable.