VIP
- Joined
- Apr 23, 2018
- Messages
- 1,071
Not really a bug, but wanted to bring it to your attention. Grammarly interferes with the format buttons (bbcode and emoji).
Replaces ALL text with just the bbcode/emoji. Breaks undo/redo history after format buttons are pressed, so you cant recover text once its lost.
Considering the popularity of the Grammarly browser extension, you may want to consider adding
to the textarea, ie
to stop it from hijacking the text editor until the situation changes (aka, retest after major overhauls on JS formatting code or text editor ).
Problem observed on Firefox and Chromium.
Replaces ALL text with just the bbcode/emoji. Breaks undo/redo history after format buttons are pressed, so you cant recover text once its lost.
Considering the popularity of the Grammarly browser extension, you may want to consider adding
Code:
data-gramm_editor="false"
Code:
<textarea data-gramm_editor="false" rows="10" type="text" class="form-control" id="text" name="text" placeholder="BBCode allowed" required=""></textarea>
Problem observed on Firefox and Chromium.