mattermost / desktop

Mattermost Desktop application for Windows, Mac and Linux
Apache License 2.0
1.99k stars 811 forks source link

[Bug]: The calls panel is not fully displayed #2701

Closed timidbore closed 1 year ago

timidbore commented 1 year ago

Before you file a bug report

Mattermost Desktop Version

Version 5.3.1 commit: 2c3d80f

Operating System

Windows 11 x64

Mattermost Server Version

7.7.3

Steps to reproduce

Please see an attached videoclip: https://user-images.githubusercontent.com/37333953/235679149-33f5bf37-6aa6-49e0-bee2-007e7c6f1ef8.mp4

Expected behavior

Phone call panel should be visible during the call.

Observed behavior

The panel (popout) with phone call controls is not fully displayed (partially hidden) when making a call. It doesn't allow me to press some buttons (f.e. break the call). Furthermore, after focusing cursor to chat area the panel disappears completely.

Log Output

Sorry. I can't include logs. I've checked it and see that logs contain chat messages in clear text. It's a security-sensitive info.

Additional Information

streamer45 commented 1 year ago

@googman Sounds like the server may be running a slightly out-of-date version of the Calls plugin. Could you check which version is that?

This is likely the same issue reported in https://github.com/mattermost/desktop/issues/2683

timidbore commented 1 year ago

I forgot to mention that all my colleagues, not just me, experience this problem on the above versions.

streamer45 commented 1 year ago

That would be expected if the issue is the plugin although I'd be very surprised if this issue reproduces on desktop app 5.2.x since the way the calls widget renders was only changed in 5.3

timidbore commented 1 year ago

@streamer45 Oh, thank you! I didn't realize that plugins should also be updated. Yes, indeed, we have an old version of the plugin, as it turned out. Update and I'll let you know if it solved the problem. Thanks again! image

streamer45 commented 1 year ago

Yeah, there was a breaking change we introduced in Desktop 5.3 that requires the plugin to be at least at version 0.13 Thanks for checking, let us know when you upgrade.

timidbore commented 1 year ago

@streamer45 Unfortunately, updating the Calls plugin to version 0.15.1 did not help. image

We've restarted Mattermost Server after the plugin update but the problem is still reproducing. :( image

streamer45 commented 1 year ago

@googman Could you make sure to hard refresh the app (Ctrl-Shift+R) ? Maybe it's still loading some cached version.

timidbore commented 1 year ago

@streamer45 Yeah, it helped (Ctrl+Shift+R)! Thank you!