Bug 164419 - Week view, highlight events in multiple days
Summary: Week view, highlight events in multiple days
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: agendaview (weekview) (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-19 00:09 UTC by FiNeX
Modified: 2009-05-20 23:22 UTC (History)
2 users (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 FiNeX 2008-06-19 00:09:30 UTC
Version:            (using Devel)
Installed from:    Compiled sources

When you click on an event, it is highlighted. If the event is on multiple days it will be highlighted only the column where the click has been done. It should be highlighted ALL the event.
Comment 1 Bruno Virlet 2008-06-19 15:10:14 UTC
We cannot reproduce the problem here. Are you talking about the new month view (looking like that http://img175.imageshack.us/my.php?image=asupprimermu9.png) ?
Comment 2 FiNeX 2008-06-19 15:18:49 UTC
Ops, sorry, Wrong title, not month view, but week view.
Comment 3 Dotan Cohen 2008-10-09 18:36:04 UTC
I can confirm this bug in Kontact Version 1.3 Korganizer 4.1.0
Comment 4 Sergio Martins 2009-05-15 00:05:00 UTC
SVN commit 968097 by smartins:

Now, in week view, if you select a multiday event, the other koagendaitems that are part of this event will be highlighted too.

Also fixes an inconsistency: in month view, if you select a recurring event then all occurrences are selected, but in agenda view 
only one occurrence was being selected.

I think month view's behaviour makes more sense because users immediately see which agenda items will be affected when they do some 
action like deleting or moving.

BUG: 164419


 M  +18 -1     koagenda.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=968097
Comment 5 Sergio Martins 2009-05-20 23:22:17 UTC
SVN commit 970815 by smartins:

Backport r968097 by smartins from trunk to the 4.2 branch:

Now, in week view, if you select a multiday event, the other koagendaitems that are part of this event will be highlighted too.

Also fixes an inconsistency: in month view, if you select a recurring event then all occurrences are selected, but in agenda view
only one occurrence was being selected.

I think month view's behaviour makes more sense because users immediately see which agenda items will be affected when they do some
action like deleting or moving.

CCBUG: 164419


 M  +18 -1     koagenda.cpp  


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