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
This is most notable with many PM recipients or with long stream/topic names. The recipients are still shown in the 'current messages recipients' box, but not in the list of messages. This is troublesome in stream, all-pm and presumably all-message narrows, where these headings are relied upon to understand which messages are in which narrow, within a wider/broader narrow (eg. messages in a given topic, in the stream).
The text was updated successfully, but these errors were encountered:
Note that this is visible not just in very-narrow windows - which may not be very common - but also with quite wide windows but with long stream/topic combinations or very long lists of PM names.
neiljp
added a commit
to neiljp/zulip-terminal
that referenced
this issue
May 25, 2020
This commit allows recipient headers to wrap onto multiple lines, rather
than being a fixed width, which previousely caused them to not be
rendered in narrow windows.
This at least shows the recipient header if they are long, however the
styling could be improved. A custom urwid widget may be necessary to
improve further.
Fixeszulip#671.
This commit allows recipient headers to wrap onto multiple lines, rather
than being a fixed width, which previously caused them to not be
rendered in narrow windows.
This at least shows the recipient header if they are long, however the
styling could be improved. A custom urwid widget may be necessary to
improve further.
Fixeszulip#671.
This commit allows recipient headers to wrap onto multiple lines, rather
than being a fixed width, which previously caused them to not be
rendered in narrow windows.
This at least shows the recipient header if they are long, however the
styling could be improved. A custom urwid widget may be necessary to
improve further.
Fixes#671.
This is most notable with many PM recipients or with long stream/topic names. The recipients are still shown in the 'current messages recipients' box, but not in the list of messages. This is troublesome in stream, all-pm and presumably all-message narrows, where these headings are relied upon to understand which messages are in which narrow, within a wider/broader narrow (eg. messages in a given topic, in the stream).
The text was updated successfully, but these errors were encountered: