Bug 241544 - Schedule Split Window Redraw
Summary: Schedule Split Window Redraw
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-12 14:21 UTC by allan
Modified: 2011-08-15 21:43 UTC (History)
0 users

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 allan 2010-06-12 14:21:46 UTC
Version:           unspecified (using KDE 4.3.5) 
OS:                Linux

I needed to amend a scheduled payment and clicked on the split widget.  I then double clicked the amount, which initially was partially hidden, so I stretched the window, but it didn't redraw itself, leaving a blank area.  Closing then re-opening the window did the redraw.

Reproducible: Always

Steps to Reproduce:
as above

Actual Results:  
as above

Expected Results:  
window should redraw on resize

No box to enter version, which is Version 3.98.2-svn1137296.
Comment 1 Cristian Oneț 2010-08-11 20:21:08 UTC
Could you try if revision 1162238 fixes this issue? I am asking because I fixed the problem that if resizing while in edit mode the edit widgets won't go away but I'm not sure if that is what you've described here.
Comment 2 allan 2010-08-11 22:01:53 UTC
(In reply to comment #1)
> Could you try if revision 1162238 fixes this issue? I am asking because I fixed
> the problem that if resizing while in edit mode the edit widgets won't go away
> but I'm not sure if that is what you've described here.

It's still the same, I'm afraid.  If I display a schedule's splits, resizing the window does not result in the display getting redrawn.

All fields are initially correctly displayed, so resizing wasn't necessary, but if it were necessary, a blank area is left, still.
Comment 3 Cristian Oneț 2011-08-15 21:42:19 UTC
SVN commit 1247426 by conet:

BUG: 241544
It's pretty obvious, the base class implementation was not called. Now resizing is very smooth with the table, I don't know what took us so long.

 M  +2 -1      kmymoneysplittable.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1247426
Comment 4 Cristian Oneț 2011-08-15 21:43:11 UTC
SVN commit 1247427 by conet:

BUG: 241544
It's pretty obvious, the base class implementation was not called. Now resizing is very smooth with the table, I don't know what took us so long.
Backported to the stable branch.

 M  +2 -1      kmymoneysplittable.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1247427