diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/xmluirendering/uiengine/src/xnpopupcontroladapter.cpp --- a/idlehomescreen/xmluirendering/uiengine/src/xnpopupcontroladapter.cpp Wed Sep 15 12:00:00 2010 +0300 +++ b/idlehomescreen/xmluirendering/uiengine/src/xnpopupcontroladapter.cpp Wed Oct 13 14:18:30 2010 +0300 @@ -204,19 +204,13 @@ CXnViewManager* manager( iUiEngine->ViewManager() ); CXnPluginData* plugin( manager->ActiveViewData().Plugin( &aPlugin ) ); - + if ( !plugin ) { return; } CXnViewAdapter& adapter( iUiEngine->AppUiAdapter().ViewAdapter() ); - - // this is to avoid stylus popup on widget manager - if ( !adapter.IsForegroundAdapter() ) - { - return; - } const TPointerEvent& event( adapter.EventDispatcher()->PointerEvent() );