RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
40.46k stars 10.53k forks source link

[BUG] Discussions and Threads not showing in Safari #21231

Open azhaubassar opened 3 years ago

azhaubassar commented 3 years ago

Description:

Discussions and Threads not showing when opened from the channel in Safari.

Steps to reproduce:

  1. Go to https://open.rocket.chat
  2. Open any channel which contains discussions or threads.
  3. Open the discussions or threads(at the top right toolbar).

Expected behavior:

Discussions and threads in the channel should appear in Safari, Chrome, Firefox, and other browsers.

Actual behavior:

Discussions and threads don't appear in Safari. But appear in Chrome, Firefox. Safari - left side, Chrome - right side Image of bug

Server Setup #Information:

Client Setup Information

Additional context

Relevant logs:

Kartik18g commented 3 years ago

Working on it

Kartik18g commented 3 years ago

@azhaubassar on digging in i found that the problem is with "Virtuoso" the library that's used here for the sidebar. react-virtuoso discussions according to the discussion here, virtuoso doesn't support data attribute on safari, I'm working on a workaround though.