Ticket #5854 (confirmed Bug)
SCAYT's class apears in the body tag during save operation
| Reported by: | SpellChecker.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
Change History
comment:1 Changed 3 years ago by SpellChecker.net
- Version set to 3.4.1 (SVN - trunk)
- Component changed from General to UI : Spell Checker
comment:2 Changed 3 years ago by SpellChecker.net
- Keywords HasPatch, Review? added
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.
comment:3 Changed 3 years ago by fredck
- Status changed from new to confirmed
- Keywords HasPatch, Review? removed
This is the wrong way for this fix. I think the data processor should be used, adding a new rule for the body element.
Note: See
TracTickets for help on using
tickets.
