Open joudinet opened 2 weeks ago
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.