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 Garry Yao

Keywords: Confirmed added

Please use our API at CKEDITOR.dom.node::isReadOnly to check if one node is editable.

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.4

I assume this is supposed to get fixed in SCAYT core.

comment:3 Changed 14 years ago by WebSpellChecker.net

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 WebSpellChecker.net

Keywords: Review? added

This bug is already fixed in SCAYT core. Review, please/

comment:5 Changed 14 years ago by Garry Yao

Keywords: Review? removed
Milestone: CKEditor 3.4.2
Resolution: fixed
Status: confirmedclosed

Confirmed to be fixed.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy