Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Not working correctly when used Grammarly plugin. #1130

Closed
unixzii opened this issue Apr 11, 2017 · 3 comments
Closed

Not working correctly when used Grammarly plugin. #1130

unixzii opened this issue Apr 11, 2017 · 3 comments

Comments

@unixzii
Copy link

unixzii commented Apr 11, 2017

When I enabled Grammarly on the page that used draft.js, it will sometimes perform wrongly.

Follow steps below to reproduce the bug:

  1. Enable Grammarly.
  2. Make some typo in an existing article or text fragment.
  3. Open the popup window by clicking Grammarly suggestion bubble.
  4. Close the popup window and you won't be able to type anything then.
@colinjeanne
Copy link
Contributor

Grammarly mucks around with the HTML. #616

@unixzii
Copy link
Author

unixzii commented Apr 13, 2017

Yep, things can be a lot more complex when other libraries modified the DOM. But actually, Grammarly just make a new div and pull everything to it, leaving the React Root untouched. I guess it's the EditorState itself has some bugs.

@unixzii
Copy link
Author

unixzii commented Apr 13, 2017

Since the same issue is mentioned before, I decide to close this.

@unixzii unixzii closed this as completed Apr 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants