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
These lines relies on the viewport size to change the width of the muc sidebar (and sometime hide the chat area).
But as said, in embedded view mode, the viewport gives little information on the chat width.
You can for example have a 1480*1024 viewport, but only 400*800 for the embedded chat.
Expected behavior
These classes should not be used in embedded mode.
Flex should automatically resize chat area and muc sidebar.
The text was updated successfully, but these errors were encountered:
Describe the bug
When Converse is used in
embedded
mode, the viewport size gives no information about the available size for Converse.These lines:
converse.js/src/plugins/muc-views/templates/muc-chatarea.js
Lines 19 to 25 in 9952046
These lines relies on the viewport size to change the width of the muc sidebar (and sometime hide the chat area).
But as said, in embedded view mode, the viewport gives little information on the chat width.
You can for example have a
1480*1024
viewport, but only400*800
for the embedded chat.Expected behavior
These classes should not be used in embedded mode.
Flex should automatically resize chat area and muc sidebar.
The text was updated successfully, but these errors were encountered: