Opened 14 years ago
Closed 14 years ago
#6349 closed Bug (fixed)
Some SCAYT's contextmenu options are not displayed if MooTools framework is used
Reported by: | WebSpellChecker.net | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | UI : Spell Checker | Version: | 3.4.1 |
Keywords: | HasPatch | Cc: | tech@… |
Description
Steps to reproduce:
- Download MooTools framework, include it into the page with CKEditor.
- Open this page, type a misspelled word and right-click on it.
Expected result:
All SCAYT options are present (suggestions, control etc.)
Actual result:
Some options are missing (in standard situation: ignore/ignoreall/addword)
Attachments (1)
Change History (7)
Changed 14 years ago by
Attachment: | 6349.patch added |
---|
comment:1 Changed 14 years ago by
Keywords: | Confirmed HasPatch Review? added |
---|
comment:2 Changed 14 years ago by
Milestone: | → CKEditor 3.4.2 |
---|---|
Status: | new → confirmed |
comment:3 Changed 14 years ago by
Keywords: | Confirmed Review? removed |
---|---|
Owner: | set to Tobiasz Cudnik |
Status: | confirmed → review |
comment:4 Changed 14 years ago by
Status: | review → assigned |
---|
This should be committed directly as [MicroChanges micro-change].
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
There was an incorrect loop definition. Here is a patch, which fixes it.