Bug 154901

Summary: Konsole only draw the first half of the first doubleWidth char after drawing single width chars
Product: [Applications] konsole Reporter: LuRan <hephooey_dev>
Component: generalAssignee: Robert Knight <robertknight>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: snapshot of the bug

Description LuRan 2007-12-31 14:53:19 UTC
Version:           compiled from svn snapshot (using KDE KDE 3.97.0)
Installed from:    Compiled From Sources
Compiler:          gcc 4.2.2 
OS:                Linux

This bug can be reproduced with 'ls', just ls a file containing double width chars in its name. It looks like konsole calculated the area of the first double width char correctly, but only draw half of it. You can see from the snapshot, all the other double width drawings are fine. Also, if I type the chars into konsole, the drawing seems mess up at random position, and the cursor does not interact correctly. Sometimes rescale the window will fix some of the drawing.
Comment 1 LuRan 2007-12-31 14:54:31 UTC
Created attachment 22780 [details]
snapshot of the bug
Comment 2 Robert Knight 2008-01-01 02:27:30 UTC
A bug in this area was fixed by SVN commit #755308.  Can you please confirm whether this fixes the problems?
Comment 3 LuRan 2008-01-01 04:04:47 UTC
You are FAST ;), yes, the bug seems to be solved with the lastest SVN, thanks for the great work.