After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 557187 - Evolution: Today not selected upon opening calendar.
Evolution: Today not selected upon opening calendar.
Status: RESOLVED DUPLICATE of bug 513451
Product: evolution
Classification: Applications
Component: Calendar
2.22.x (obsolete)
Other All
: Normal enhancement
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-10-21 06:05 UTC by Nick Jenkins
Modified: 2009-04-20 14:44 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Select today (507 bytes, patch)
2008-11-18 05:33 UTC, Jenn Newman
needs-work Details | Review

Description Nick Jenkins 2008-10-21 06:05:41 UTC
Steps to reproduce.
1) start or restart evolution.
2) Go View -> Window -> Calendars.

What happens:
* the top-left day of the calendar is selected.
(Note: I have View -> Current View -> Month View selected, and am running Evolution 2.22.3.1, in case this is view-specific or version-specific).

What would ideally happen:
* The current day would be selected/highlighted on opening the calendar view, as if the user had clicked the "Today" button straight after opening the calendar view.
Comment 1 Jenn Newman 2008-11-18 05:33:24 UTC
Created attachment 122913 [details] [review]
Select today

Patch attached to select today upon opening calendar.

Jenn
Comment 2 Nick Jenkins 2008-11-27 00:47:46 UTC
Jenn: Thank you!

Rest of the world: Where do we go from here? Any chance that someone could give a code review for that patch (if needed), or give Jenn check-in privileges, or something?
Comment 3 Jenn Newman 2008-12-01 23:19:33 UTC
Hello,

Has this patch yet been reviewed?

Jenn
Comment 4 Suman Manjunath 2008-12-16 08:33:46 UTC
(In reply to comment #1)
> Patch attached to select today upon opening calendar.

Follow the code path in calendar_goto_today() and you'll find that it does another update_view_times(). Clearly, this is redundant. You can eliminate the extra update_view_times()

Also, switching from month view to week/work-week view or vice versa still has the same issue. It needs to be fixed too. 
Comment 5 Milan Crha 2009-04-20 14:44:57 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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