Poucous / smartReader

Firefox and Chrome Extension for Smart Reading - Bionic Reader
https://addons.mozilla.org/firefox/addon/smartreader/
GNU General Public License v3.0
68 stars 9 forks source link

Interferes with Facebook Messenger (web page) text input #8

Open cyklee opened 2 years ago

cyklee commented 2 years ago

Description smartReader interferes with text input into the chat box in Facebook Messenger web page (not app). Input a character would initiate the animation of the icons left of the input field (removing the GIF, sticker, and file icons), but instead of having the character appearing, the process would reverse like nothing happened.

To Reproduce Steps to reproduce the behavior:

  1. Install and enable smartReader on Firefox
  2. Go to Facebook Messenger.
  3. Start a text chat with someone.
  4. Enter text into the input field at the bottom of the page.
  5. See error.

Expected behavior Enter text normally without the characters disappearing.

Screenshots video showing the issue

Desktop:

Additional context If I type fast enough, I could enter some of the text, but the first couple of characters would be missing (see attached video).

Poucous commented 2 years ago

Hello, It's a annoying problem, it's because I'm using mutationObserver, which is giving me performance issues too, on Facebook.

I'm working on it, thanks for reporting the problem