webengine/osswebengine/WebKit/s60/misc/WebTabbedNavigation.cpp
changeset 1 7c90e6132015
parent 0 dd21522fd290
child 5 10e98eab6f85
equal deleted inserted replaced
0:dd21522fd290 1:7c90e6132015
   222                 m_focusPosition = oldFocusPoint + diff;
   222                 m_focusPosition = oldFocusPoint + diff;
   223                 m_node = NULL;
   223                 m_node = NULL;
   224                 StaticObjectsContainer::instance()->webCursor()->updatePositionAndElemType(m_focusPosition - m_webView->mainFrame()->frameView()->contentPos());
   224                 StaticObjectsContainer::instance()->webCursor()->updatePositionAndElemType(m_focusPosition - m_webView->mainFrame()->frameView()->contentPos());
   225                 ret = true;
   225                 ret = true;
   226             }
   226             }
       
   227             else
       
   228             {
       
   229                 m_focusPosition = oldFocusPoint;
       
   230             }
   227         }
   231         }
   228     }
   232     }
   229     StaticObjectsContainer::instance()->webCursor()->cursorUpdate(true);
   233     StaticObjectsContainer::instance()->webCursor()->cursorUpdate(true);
   230     return ret;
   234     return ret;
   231 }
   235 }