mattermost-community / focalboard

Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
https://www.focalboard.com
Other
21.63k stars 1.93k forks source link

Bug: switching from channels to boards loses online status #1481

Open wiggin77 opened 3 years ago

wiggin77 commented 3 years ago

Steps to reproduce the behavior

  1. Go to a channel in Channels
  2. See online status icon (green)
  3. Select Boards icon
  4. Wait a while for Boards to load :-(
  5. See the online status icon empty

Expected behavior

Online status is preserved when switching to Boards

Screenshots

online-status-lost

Edition and Platform

chenilim commented 3 years ago

To add to this:

chenilim commented 3 years ago

Something we should investigate for v0.10. Also check that we aren't missing any other important code paths when opening in a different tab vs. via the App Switcher. cc @sbishel, @ogi-m.

harshilsharma63 commented 2 years ago

Also to reproduce this issue locally. This is not limited to Boards but rather all products

https://user-images.githubusercontent.com/18575143/139060971-1d0fd19d-5dcd-492d-bde1-5a849e3b84b3.mov

sbishel commented 2 years ago

Moved to 0.11 as PR still requires fixes.

harshilsharma63 commented 1 year ago

This is fixed now when running boards as a product.

My bad, it still doesn't work when opening boards in a different tab.

hmhealey commented 1 year ago

This may be caused by https://mattermost.atlassian.net/browse/MM-45704. I think the WebSocket connection closing causes your status to be set to offline, and we that connection is closed when switching between sections of the app