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

Regression: Livechat rooms not opening due to route desync #26209

Merged
merged 4 commits into from
Jul 13, 2022

Conversation

aleksandernsilva
Copy link
Contributor

@aleksandernsilva aleksandernsilva commented Jul 10, 2022

Proposed changes (including videos or screenshots)

Due to route information only updating on Tracker.afterFlush (#25990), we found out that calling the tabBar.openUserInfo() method at this point will cause a route change to the previous route instead of the current one, preventing livechat rooms from being opened.

As a provisory solution, we're delaying the opening of the contextual bar, which then ensures that the route info is up to date. Although this solution works, we need to find a more reliable way of ensuring consistent route changes with up-to-date information.

I'm definitely open for better looking alternatives. Please leave a comment if you have a better solution to share.

Issue(s)

Steps to test or reproduce

Further comments

@aleksandernsilva aleksandernsilva requested a review from a team as a code owner July 10, 2022 19:57
@aleksandernsilva aleksandernsilva self-assigned this Jul 10, 2022
@KevLehman KevLehman added this to the 5.0.0 milestone Jul 11, 2022
@ggazzo ggazzo added stat: ready to merge PR tested and approved waiting for merge and removed stat: needs QA labels Jul 12, 2022
@ggazzo ggazzo merged commit 3a165bc into develop Jul 13, 2022
@ggazzo ggazzo deleted the fix/livechat-rooms-not-opening branch July 13, 2022 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat: ready to merge PR tested and approved waiting for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants