Bug 161743 - Scrollbar for long chat messages
Summary: Scrollbar for long chat messages
Status: RESOLVED INTENTIONAL
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-07 15:36 UTC by Yury
Modified: 2008-05-11 18:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yury 2008-05-07 15:36:37 UTC
Version:           0.50.50 (using Devel)
Installed from:    Compiled sources

A unnecessary scrollbar appears in chat under long-worded message (if the word longer then chat window width). Maybe sould use wrapping instead of scrolling?
Comment 1 Dennis Nienhüser 2008-05-11 18:48:28 UTC
Word wrapping is used (otherwise only explicit newlines would be wrapped). Long words are not splitted, and that's how it should be in my opinion. Just think of URLs that would get splitted, which is annoying for copy & paste.