Skip to content

User tag click is not working - reopen #335 #344

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

Closed
1259549061 opened this issue Aug 26, 2022 · 9 comments
Closed

User tag click is not working - reopen #335 #344

1259549061 opened this issue Aug 26, 2022 · 9 comments
Labels
bug Something isn't working

Comments

@1259549061
Copy link

the same bug with #335
#335
I have updated to new version 1.15.8, but it does not work some times.
in pc, bug 50%,
in mobile, bug is not happen. do not know why ~
please check it ,thank you ~

Tip: one time, hover to one item (item A) and do not click, mouseleave the items and then back to the item A ,,, click it, the bug is happen ( do not happen 100%)

@1259549061 1259549061 added the bug Something isn't working label Aug 26, 2022
@antoine92190
Copy link
Collaborator

Ok I will check it.
Could you migrate the version to 2.0.0 and let me know if the bug still exists there?
Migration guide to update to 2.0.0 version: https://github.com/antoine92190/vue-advanced-chat/releases/tag/2.0.0

@1259549061
Copy link
Author

Ok I will check it. Could you migrate the version to 2.0.0 and let me know if the bug still exists there? Migration guide to update to 2.0.0 version: https://github.com/antoine92190/vue-advanced-chat/releases/tag/2.0.0

sorry, I try it ,but .... our project use vue 2.x., the version 2.0.0 use vue 3.x

@antoine92190
Copy link
Collaborator

It should work with vue 2 as well.
This example uses vue 2 and works with it: https://github.com/antoine92190/vue-advanced-chat-sandbox/tree/main

@1259549061
Copy link
Author

It should work with vue 2 as well. This example uses vue 2 and works with it: https://github.com/antoine92190/vue-advanced-chat-sandbox/tree/main

haha I try it just now .the example works ok

@antoine92190
Copy link
Collaborator

antoine92190 commented Aug 26, 2022

Is your issue solved then? Can I close this issue?

@antoine92190 antoine92190 changed the title new version, but it still can not click, reopen #335 User tag click is not working - reopen #335 Aug 26, 2022
@1259549061
Copy link
Author

Is your issue solved then? Can I close this issue?
it has other problems, ... for example :rooms="JSON.stringify(rooms)" ......... the type of params is different from before, and the doc *** Prop: rooms type: Array default [] ***
so ,I studied it ,yesterday, because of it (JSON.parse ), my project can not run
emm...

WeChatfa2deb9c426fe17914ea270a9b84771c

@antoine92190
Copy link
Collaborator

Have you tried to pass the rooms prop as a string using JSON.stringify as mentionned in the docs? All props which are array or object must be passed as strings

@antoine92190
Copy link
Collaborator

I updated the documentation about props types and usage: 7498a7d

@1259549061
Copy link
Author

Have you tried to pass the rooms prop as a string using JSON.stringify as mentionned in the docs? All props which are array or object must be passed as strings

yes~ it's ok, you can close this issue. thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants