Bug 56546 - Monthview and Datepicker not in sync
Summary: Monthview and Datepicker not in sync
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Cornelius Schumacher
URL:
Keywords:
: 77016 77864 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-28 16:17 UTC by Andy Payne
Modified: 2007-12-11 20:18 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 Dominic Battre 2003-03-28 16:17:21 UTC
Version:            (using KDE KDE 3.1.1)
Installed from:    SuSE RPMs

1) Monthview (I)

I think it is very confusing that the month view is not in sync with the datepicker at the top left of the window.

As you have removed the buttons "<" "<<" ">>" and ">" at the right border of the window to look for a certain month, I navigate to a certain month by the datepicker at the top left.

If I pick the 27th of March the datepicker looks like that:

March 2003
24 25 26 27 28  1  2
 3  4  5  6  7  8  9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26[27]28 29 30
31  1  2  3  4  5  6

while the monthview displays
24 25 26[27]28 29 30
31  1  2  3  4  5  6
 7  8  9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30  1  2  3  4

Note that it virtually displays the month April(!) not March, which I would expect, as datepicker says "March 2003".

Even worse: If you use only "<<", "<", ">" and ">>" of the datepicker (don't klick on a day), you don't necessary see the complete month that you have selected.


2) Monthview (II)

Further I think it is really difficult to realise which day is actually displayed at the monthview. That means: You see the number "21" but it is not easy to figure out the month. Is it 21st of March (as the datepicker says March)?
Comment 1 Andy Payne 2004-05-05 19:38:47 UTC
This really is a bug, not a wishlist item.

The manual STILL says that month-view navigation buttons exist, when they
don't, and this bug makes it very difficult indeed to navigate monthview
in a consistent manner.

I was about to report this bug, and am dismayed to find it was reported over
a year ago.

:-(
Comment 2 Reinhold Kainhofer 2004-05-05 19:42:34 UTC
Hi Andy,
The prolem with "missing" navigation buttons in the month view (in particular if you have the todo list set to be hidden in month view) is a separate issue. Could you please file a separate bug report for that.

Thanks,
Reinhold
Comment 3 Stephan Kulow 2004-05-31 20:32:45 UTC
Replaced dominic.battre@web.de with andrew-kde@oxhut.co.uk due to bounces by reporter
Comment 4 Reinhold Kainhofer 2004-10-03 14:57:17 UTC
*** Bug 77016 has been marked as a duplicate of this bug. ***
Comment 5 Reinhold Kainhofer 2004-10-03 14:59:52 UTC
Thinking of it, how important is it really in the month view to display any six-week period? Can't we just display the whole month (like in the date picker)? I think that would be much less confusing, and wouldn't really be such a restriction. After all it's the *MONTH* view, not the any-six-weeks view ;-)

Reinhold
Comment 6 Reinhold Kainhofer 2004-10-03 18:22:06 UTC
*** Bug 77864 has been marked as a duplicate of this bug. ***
Comment 7 Bram Schoenmakers 2005-03-17 15:09:08 UTC
CVS commit by bram: 

Addressing some issues in monthview:

o Make sure the first day of the selected month is on the first row. (#56546).
o Show month name and year above cells.
o Give selected cells a sunken effect.
o Select cell when selected from minicalendar.

o Cleanup in MonthViewCell: Merged cellClicked() and selection() to select().

CCBUG: 52517, 81689
BUG: 56546


  M +74 -40    komonthview.cpp   1.122
  M +5 -2      komonthview.h   1.61