Bug 161743

Summary: Scrollbar for long chat messages
Product: [Unmaintained] kopete Reporter: Yury <cucumberer>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.