VagishVela / ChitChat

A native Mac app wrapper for WhatsApp Web
MIT License
54 stars 12 forks source link

Reply and click notification #1

Closed magnusja closed 8 years ago

magnusja commented 8 years ago

Hey,

the JS function openChat() won't click the chat anymore. This results in answering the wrong chat when replying via notification. I have the same problem in my project WhatsQt, but no idea how to solve it. I think it is a ReactJS related bug/behaviour that jQuery's click function does not work anymore.

Any idea how to make this work again?

Thanks in advance & kind regards.

Neo11 commented 8 years ago

Hi, i have no idea why the click() doesn't work anymore. Maybe a direct call of the function called after a click will help. But while debugging with chrome I can't find a matching ActionListener on the DOM-Elements...

c-o-m-m-a-n-d-e-r commented 8 years ago

I think i found the solution for this ... doing last tests ... will upload code if everything works :)

magnusja commented 8 years ago

Nice, works for me, thanks!

On 04 Mar 2016, at 09:11, Paul notifications@github.com wrote:

Closed #1 https://github.com/Neo11/ChitChat/issues/1.

— Reply to this email directly or view it on GitHub https://github.com/Neo11/ChitChat/issues/1#event-577449129.

c-o-m-m-a-n-d-e-r commented 8 years ago

welcome