webengine/osswebengine/WebKit/s60/webview/WebPointerEventHandler.cpp
changeset 38 6297cdf66332
parent 37 cb62a4f66ebe
child 42 d39add9822e2
equal deleted inserted replaced
37:cb62a4f66ebe 38:6297cdf66332
   149     TBrCtlDefs::TBrCtlElementType elType = m_webview->focusedElementType();
   149     TBrCtlDefs::TBrCtlElementType elType = m_webview->focusedElementType();
   150     
   150     
   151     PluginSkin* plugin = m_webview->mainFrame()->focusedPlugin();
   151     PluginSkin* plugin = m_webview->mainFrame()->focusedPlugin();
   152     if (plugin && plugin->pluginWin()) {
   152     if (plugin && plugin->pluginWin()) {
   153       if (plugin->pluginWin()->HandleGesture(aEvent)) {
   153       if (plugin->pluginWin()->HandleGesture(aEvent)) {
       
   154          if(!plugin->isActive())
       
   155             plugin->activate();
   154           return;
   156           return;
   155       }
   157       }
   156     }
   158     }
   157     updateCursor(aEvent.CurrentPos());
   159     updateCursor(aEvent.CurrentPos());
   158     if (IS_TABBED_NAVIGATION) {
   160     if (IS_TABBED_NAVIGATION) {