Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Word wrapping fails on long words (like friend ID's) #20

Closed
ctrlcctrlv opened this issue Jun 28, 2014 · 2 comments
Closed

Word wrapping fails on long words (like friend ID's) #20

ctrlcctrlv opened this issue Jun 28, 2014 · 2 comments
Labels
C-bug The issue contains a bug report proposal

Comments

@ctrlcctrlv
Copy link

16667db did not take into account very long words.
screenshot - 06282014 - 02 04 49 pm

@tux3 tux3 added bug labels Jun 28, 2014
@tux3
Copy link
Member

tux3 commented Jun 28, 2014

Qt is in charge of word wrapping, I didn't implement it myself.
I'll see if I can force long words to wrap anyway.

@tux3 tux3 self-assigned this Jul 5, 2014
tux3 added a commit that referenced this issue Jul 5, 2014
Fixes #10 and fixes #20

Uses disgusting hacks and purposefuly ignore Qt's restrictions on adding custom QWidgets right in the middle of plain text

Disables accepting file requests for now, not yet applied to group chats
tux3 added a commit that referenced this issue Jul 6, 2014
Fixes #10 and fixes #20

Uses disgusting hacks and purposefuly ignore Qt's restrictions on adding custom QWidgets right in the middle of plain text

Disables accepting file requests for now, not yet applied to group chats
@tux3 tux3 removed their assignment Aug 27, 2014
@tux3
Copy link
Member

tux3 commented Sep 9, 2014

Fixed by new chat form.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C-bug The issue contains a bug report proposal
Projects
None yet
Development

No branches or pull requests

2 participants