equal
deleted
inserted
replaced
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) { |