-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Bubbles reply issues #67
Comments
Hmm that's odd. Do you see any errors in browser console? |
Hi Dmitrizzle/Chat-Bubble,
I'll check it out and get back to you
With kind regards,
Tahir
…On Fri, Jan 3, 2020, 21:23 dmitrizzle ***@***.***> wrote:
Hmm that's odd. Do you see any errors in browser console?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#67?email_source=notifications&email_token=ABWOCOEKTNDGL3UUB6NBVCDQ36NCPA5CNFSM4I4WCQE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEICABMY#issuecomment-570687667>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWOCOFCRO2UP2LP7MAOLTTQ36NCPANCNFSM4I4WCQEQ>
.
|
Hi Dmitrizzle/Chat-Bubble, I did not see anything in the console when the bubbles disappear. with kind regards, |
Same issue here. |
The issue seems to be this function that's evoked once the user clicks the container So essentially, there are two different function called, one when the user click the bubble, and one when the user clicks the container span for the bubble. Normally, this happens at the same time, as the event propagate down the DOM tree. However, when you click in the area show in the screenshot above, you are only calling one of those functions, the one attached to the container. The solution is to refactor this logic to have the containers' function called on the answer bubbles and not have to rely on even propagation. I currently don't have bandwidth to make this change but I am open to PRs. |
Fixed the issue by checking if the user clicked on a button or not. Created a pull request too. |
Bug or feature request?
Let me know what type of issue this is.
When I click between the bubbles (somewhere at the top space between the two bubbles, then all bubbles disappears and chatbot can't move forward.
If it's a bug, please provide the full method to reproduce.
How did you end up seeing the bug? What steps did you take to see it?
Please see the image below, you can test it yourself
![Capture](https://user-images.githubusercontent.com/7135544/66046503-2f80d100-e526-11e9-8702-70a2c9d7487e.PNG)
The text was updated successfully, but these errors were encountered: