Opened 8 years ago

Closed 8 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

  1. Add config.fullPage = true; in config file
  2. Install Grammarly Spell Checker & Grammar Checker Extension in chrome extension
  3. 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;

}

Other details (browser, OS, CKEditor version, installed plugins)

Change History (1)

comment:1 Changed 8 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy