Bug 154901 - Konsole only draw the first half of the first doubleWidth char after drawing single width chars
Summary: Konsole only draw the first half of the first doubleWidth char after drawing ...
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Robert Knight
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-31 14:53 UTC by LuRan
Modified: 2008-01-01 04:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
snapshot of the bug (58.03 KB, image/png)
2007-12-31 14:54 UTC, LuRan
Details

Note You need to log in before you can comment on or make changes to this 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.