By Andre on Wednesday, 31 May 2017
Posted in Technical Issues
Replies 1
Likes 0
Views 1.1K
Votes 0
I have a customer who probably have a plugin installed in their browser. When field are edited (notefield and some others) i get alot of space under. When i use firebug i find this code inserted but there are now way to delete it in editing mode. I have to delete the block and so insert it again.

here is the code wich is inserted, found it in firebug.

<grammarly-btn>
<div class="_e725ae-textarea_btn _e725ae-anonymous _e725ae-not_focused" style="visibility: hidden; z-index: 2;" data-reactroot="">
<div class="_e725ae-transform_wrap">
<div title="Protected by Grammarly" class="_e725ae-status"></div>
</div>
</div>
</grammarly-btn>
Hello Andre,

Hm, this is actually pretty tricky and I am afraid there is really no way to strip this out with javascript because these plugins are injecting these codes on the fly using the browser's API.

You could read more about some of these complaints here:

https://stackoverflow.com/questions/37444906/how-to-stop-extensions-add-ons-like-grammarly-on-contenteditable-editors
http://daviseford.com/node/72
·
Wednesday, 31 May 2017 22:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post