Bug #3343
Group Chat: short right aligned messages are not fully right aligned
Status: | New | Start date: | 05/05/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
When in a group chat, any messages by oneself are aligned to the right and not prefixed with the chat nickname.
For some reason the alignment for short messages is only partially to the right. This is different to the alignment in single user chats, where the text is fully aligned to the right of the screen.
A screenshot is attached.
History
#1 Updated by phoenix_nz over 3 years ago
For some reason the 'received' messages passed by smack contain a whole heap of '\t' and whitespace characters. This causes them to be aligned wrong at the middle of the screen.
Single user chat messages do not contain these trailing whitespaces.