Opened 9 years ago
Closed 9 years ago
#14332 closed Bug (invalid)
Conflict with Grammarly Spell Checker & Grammar Checker Extension in Chrome Browser
Reported by: | vinu | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.4.7 |
Keywords: | Cc: | anish@…, arun@… |
Description
Steps to reproduce
- Add config.fullPage = true; in config file
- Install Grammarly Spell Checker & Grammar Checker Extension in chrome extension
- Run the Editor
Expected result
<html> <body> hi </body> </html>
Actual result
contains lots of additional fields before body tag like this
.gr-grammar-card_content {
padding: 0 28px !important; padding-bottom: 10px !important; counter-reset: defs;
} .gr-grammar-card_content:empty {
padding-bottom: 46px !important;
} .gr-grammar-card_item {
color: #666; font-size: 14px !important; line-height: 20px; margin-bottom: 10px !important; padding-left: 15px !important;
}
First of all please bear in mind that Chrome extensions are known to break or conflict with JS applications.
Second, the .gr-grammar-card_item calss is not CKEditor class. It is added by this extension you have installed. You could try filtering out these classes but this is not editor fault that they show up.