-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Messenger blocked when using Facebook's instantaneous messages #37
Comments
Thanks for the report. Yes, it's likely specific to that site. Anyway, there is indeed hardly anything I can do. But good that it's tracked. Just as the other site issues. |
Would it be possible to detect when the cursor is in the Messenger "box" and block the emoji insertion? Or, if that is the problem, detecting a loss of focus from the Messenger box when the add-on dialog box opens? |
Anything is possible, but this sounds like a very specific cumbersome workaround (which does not even actually fix the problem of insertion, just prevent bad side effects). Though it may be worth it for such a big site. I am not completly oppoosed to it, but it has to be well-thought. E.g. make it such generic that one can later add similar/other workarounds for other sites. Also, BTW, do you have a screenshot on how that "blockage" looks like? |
"That said, I'd appreciate concrete development ideas or even pull requests on that feature. 😃" Well, it's complicated, since it's more about not being able to reopen some dialog rather than something more "screenshot-able" I will send you the JS console logs instead Is "browser-polyfill.min.js" your thing? |
Hmm, okay, I don't see any error related to this bug/add-on or so.
No, that has to be a different add-on. You can look up the add-on ID in |
That's weird, then.
I've checked, and yes, it's another extension. QA is hard ^^ |
Addendum: It also concerns the Messenger page itself, as it blocks the text area until refreshment (cf. screenshot & JS console extract), but the emoji is inserted and can be seen on refresh. ScreenshotJS Console extracts
|
With the new version of the website, the issue seems to be solved. However, like in #38, inserting two (or more) emojis results in very awkward events. Edit: it somehow broke again with the awkward insertion. |
Trying to insert an emoji in the instantaneous messages results in the blockage of the Messenger in the current page.
It only does that bug when no character are into the dialog box beforehand.
I assume it's on Fb's side, like an non-handled error or an anti-bot/flood/spam measure; so it might be hard to fix that.
I'm not sure we can access the message field to determine whether or not the field is empty through the add-on.
The text was updated successfully, but these errors were encountered: