You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to resize the controlbox in both fullscreen and embedded view_mode, nothing happen. I do see the cursor changing to w-resize but the resizing doesn't work. On the contrary, resizing the participant list works.
To Reproduce
Steps to reproduce the behavior:
Set view_mode to either fullscreen or embedded.
Log in and try to resize the control box horizontally.
Expected behavior
The control box width should adapt to the resizing movement.
Environment (please complete the following information):
Desktop
Browser Firefox 132
Converse.js version 10.1.7
Additional context
I've also tested it on converse.js master version and the same issue appears.
The text was updated successfully, but these errors were encountered:
The controlbox has never been resizable, so this is more a feature request than a bug report, although people get confused because the mouse pointer changes to make it look like it's resizable.
I guess the issue is then to have a <div class="dragresize dragresize-left"></div> element inside the converse-muc element, if it is not resizable?
As a workaround, I put a display: none to this element so the cursor does not change to w-resize. Thanks.
Describe the bug
When trying to resize the controlbox in both fullscreen and embedded view_mode, nothing happen. I do see the cursor changing to w-resize but the resizing doesn't work. On the contrary, resizing the participant list works.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The control box width should adapt to the resizing movement.
Environment (please complete the following information):
Additional context
I've also tested it on converse.js master version and the same issue appears.
The text was updated successfully, but these errors were encountered: