Skip to content
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

js errors in demo #17

Open
hpvd opened this issue Apr 17, 2023 · 1 comment
Open

js errors in demo #17

hpvd opened this issue Apr 17, 2023 · 1 comment

Comments

@hpvd
Copy link

hpvd commented Apr 17, 2023

just looked into the latest version of your demo :-)

opening https://liveviews.cc/
and than visit chatroom link got:

can be reproduced in Firefox and Chrome developer tools

please see:
2023-04-17_11h48_13

@hpvd hpvd changed the title js errors js errors in demo Apr 17, 2023
@beenotung
Copy link
Owner

It seems a bug in the implementation of the chatroom demo. When a user is online (staying on the chatroom page), the user name is automatically displayed in the 'online user list'.

When we navigate from the home page to the chatroom, It seems the 'online user list' update message arrived before the client has rendered the chatroom, hence it cannot locate the 'online user list' DOM element to update it.

The chatroom demo was hosted separately as the only page, this bug seems emerge when I combined it into this meta demo site.

Thanks for the report, it should be fixed soon :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants