Bug 260289 - korganizer-mobile window is not brought to front when clicking on "Check my calendar" in kmail-mobile
Summary: korganizer-mobile window is not brought to front when clicking on "Check my c...
Status: VERIFIED FIXED
Alias: None
Product: KMail Mobile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Windows CE Microsoft Windows CE
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-16 16:53 UTC by Björn Balazs
Modified: 2011-02-15 16:51 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 Björn Balazs 2010-12-16 16:53:52 UTC
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
Comment 1 Björn Balazs 2010-12-16 17:14:00 UTC
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.
Comment 2 Andre Heinecke 2011-01-17 13:58:00 UTC
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 {