webengine/osswebengine/WebCore/platform/symbian/WidgetSymbian.cpp
changeset 65 5bfc169077b2
parent 36 0ed94ceaa377
child 94 919f36ff910f
--- a/webengine/osswebengine/WebCore/platform/symbian/WidgetSymbian.cpp	Tue Feb 02 00:56:45 2010 +0200
+++ b/webengine/osswebengine/WebCore/platform/symbian/WidgetSymbian.cpp	Fri Mar 19 09:52:28 2010 +0200
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description:
+* Description:  
 *
 */
 
@@ -160,7 +160,7 @@
 
     data->visible = false;
 
-    if( getOuterView() && isFrameView() )
+    if( getOuterView() )
         {
         getOuterView()->makeVisible( EFalse );
         }
@@ -243,8 +243,8 @@
     return false;
     }
 
-void Widget::handleEvent(Event* event)
-{
+void Widget::handleEvent(Event* event) 
+{ 
     if (event->type() == keydownEvent && event->isKeyboardEvent()) {
         KeyboardEvent* kevt = static_cast<KeyboardEvent*>(event);
         if (kevt->keyIdentifier() == "Enter") {