Version: unspecified (using Devel) OS: Windows CE When you get an kolab invitation mail it is not possible to click "check my calender"-link in the mail Reproducible: Didn't try
Additional information: The problem seems to only occur, when the kalendar is already opened. WinCE seems to not be able to bring the opened window to the front. When Kalendar is not running kmail starts it ok.
commit cf73b914749f02649a28dfd09e3c5d84553e0e6b branch master Author: Andre Heinecke <aheinecke@intevation.de> Date: Mon Jan 17 12:52:06 2011 +0000 Bring the current application to front on dateView When the dateView should show the window is now also brought to the foreground. BUG: 260289 diff --git a/mobile/calendar/korganizer-mobile.qml b/mobile/calendar/korganizer-mobile.qml index 2eb0a41..50a580c 100644 --- a/mobile/calendar/korganizer-mobile.qml +++ b/mobile/calendar/korganizer-mobile.qml @@ -62,6 +62,7 @@ KPIM.MainView { { agenda.showRange( date, 0 /* "Day" */ ); guiStateManager.pushState( Events.EventsGuiStateManager.ViewDayState ); + application.bringToFront(); } KCal.IncidenceView {