Bug 64988 - libkonsolepart x size miscalculated
Summary: libkonsolepart x size miscalculated
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.2.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-26 12:40 UTC by Karai Csaba
Modified: 2006-08-08 06:56 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karai Csaba 2003-09-26 12:40:05 UTC
Version:           1.2.1 (using KDE 3.1.1)
Installed from:    SuSE
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB

Using libkonsolepart with Krusader, Konqueror or KDevelop the x size of the konsole window
is miscalculated at start (it is only 15 character). 

The size should be 103x4 with krusader, but it is 15x4 because of a bug. The problem
occurs only at start. After resizing the widget (when the y size is also changed), the
x size will be OK, and the bug disappears.

It is an initialization bug.

I see that:
linux@mycompute
rname:~>_

I expected to see that:
linux@mycomputername:~>_

Thanks,
    Csaba
Comment 1 Waldo Bastian 2003-09-30 11:20:52 UTC
Can't reproduce with KDE 3.1.4 or KDE CVS 
 
Is the actual widget too small or is only the size reported by echo $COLUMNS x 
$LINES too small? 
 
Comment 2 Karai Csaba 2003-09-30 12:53:30 UTC
echo $COLUMNS 
-> 16 
echo $LINES 
-> 4 
 
At creating the window, it reports the size 103x4 in a child window.  
The output is OK after that. Executing an 'ls -l' everything is OK.  
The input is problematic. 
 
I press the keys one after the other: 
012345678901234   <-   HERE's a line break 
567890123456789 
 
I expeced: 
012345678901234567890123456789 
 
If I resize the window, but it remains 103x4 -> the bug also occurs 
Resizing to 116x4 or 103x5 solves the problem. 
After that the bug will not occur. 
 
echo $COLUMNS 
-> 103 
echo $LINES 
-> 5 
 
 
I can reproduce it any time with Krusader. 
 
Thanks, 
 
    Csaba 
 
Comment 3 Stephan Binner 2003-11-01 20:29:28 UTC
Can see this with Krusader 1.20 and sometimes with Konqueror.
Comment 4 Robert Knight 2006-08-07 23:40:39 UTC
Any updates on whether this bug still occurs?
Comment 5 Karai Csaba 2006-08-08 06:54:48 UTC
Works with the new KDE versions. Can be closed.

Thanks,

    Csaba
Comment 6 Andreas Kling 2006-08-08 06:56:52 UTC
Closing as per #5