#4799 closed Bug (fixed)
SCAYT interferes on collapsed selection styling
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | UI : Spell Checker | Version: | 3.0.1 |
Keywords: | Review+ | Cc: | WebSpellChecker.net |
Description
- Load the following HTML:
<p>asdasdasd</p>
- Enable SCAYT. The "asdasdasd" text will get underlined.
- Click in the middle of "asdasdasd".
- Select any style, for example Bold.
- Type text.
The style will not be applied to the typed text.
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | firebug-profile-keydown.png added |
---|
Screenshot of Firebug Profile Panel
comment:2 Changed 15 years ago by
Component: | Core : Styles → UI : Spell Checker |
---|
comment:3 Changed 15 years ago by
Milestone: | CKEditor 3.2 → CKEditor 3.x |
---|
comment:4 Changed 15 years ago by
Keywords: | Review? added; Confirmed removed |
---|
The problem fixed in new SCAYT core. To test it trunk (or nightly build) should be configured to use it:
config.scayt_srcUrl = "http://svc.spellchecker.net/spellcheck31/lf/scayt/scayt22.js";
comment:5 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Confirmed to be fixed with the updated SCAYT service.
comment:6 Changed 15 years ago by
Milestone: | CKEditor 3.x → CKEditor 3.3 |
---|
The bold style is opened successfully, while on the subsequent key press, SCAYT seems to be intercepting the keystroke and making selection alternations, proved by the attached screenshot (created on the first keystroke that follows the 'Bold' command).
I would ask SpellChecker to please check your engine for this bug.