Bug 146998

Summary: Artefacts in the embedded terminal emulator
Product: [Applications] kate Reporter: Arseny Solokha <asolokha>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Both types of artefacts

Description Arseny Solokha 2007-06-20 14:26:32 UTC
Version:           2.5.6 (using KDE 3.5.6, Kubuntu (feisty) 4:3.5.6-0ubuntu14)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.20-15-generic

There are artefacts in the embedded Konsole in Kate. Artefacts hids to some time if minimize and than maximize the window and then shows again.
I saw two types of artefacts:
1) short vertical lines consist of _random_ set of colored dots
2) misplaced symbols; for example I saw line
lab3.cpp: In function ‘void Process(std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >&, int, int&)’
instead of
lab3.cpp: In function ‘void Process(std::vector<int>, std::allocator<int>, std::vector<int>, std::allocator<int>&, int, int&)’
Artefacts of second time doesn't hids after sequental window minimization-maximization.

Steps:
1. Open embedded Konsole in Kate.
2. Get a long output to console. For example to compile some source file with gcc.
3. You can see artefacts. Not everytime but you can.
Comment 1 Arseny Solokha 2007-06-20 14:29:10 UTC
Created attachment 20910 [details]
Both types of artefacts

Here you can see both types of bug described above.
Comment 2 Adam Treat 2007-11-27 13:19:15 UTC

*** This bug has been marked as a duplicate of 132197 ***