Opened 15 years ago
Last modified 14 years ago
#5854 confirmed Bug
SCAYT's class apears in the body tag during save operation
Reported by: | WebSpellChecker.net | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | 3.4.1 |
Keywords: | HasPatch, Review? | Cc: |
Description
- Set option CKEDITOR.config.fullpage="true" for the sample page.
- Load the sample page.
- Click on the "Source" button to view source HTML code
--> Body doesn't contain any SCAYT classes.
- Click on the "Source" button again to return to normal mode
- Click on the "Save" icon to view the result
Actual result:
<body class="scayt-enabled">
Expected result:
<body>
Attachments (2)
Change History (7)
comment:1 Changed 14 years ago by
Component: | General → UI : Spell Checker |
---|---|
Version: | → 3.4.1 (SVN - trunk) |
Changed 14 years ago by
Attachment: | 5854.patch added |
---|
comment:2 Changed 14 years ago by
Keywords: | HasPatch Review? added |
---|
comment:3 Changed 14 years ago by
Keywords: | HasPatch Review? removed |
---|---|
Status: | new → confirmed |
This is the wrong way for this fix. I think the data processor should be used, adding a new rule for the body element.
Changed 14 years ago by
Attachment: | 5854.2.patch added |
---|
comment:4 Changed 14 years ago by
Keywords: | HasPatch Review? added |
---|
OK, here is the new patch, which adds a new rule for processing 'class' attribute of an element object.
The SpellChecker.net team proposes this patch in order to fix this bug. It also fixes situation when form is submitted with a "submit" button etc.
The patch was tested by the SpellChecker.net QA team.