Re: [webkit-dev] Tab key Navigation

2009-06-18 Thread tonikitoo (Antonio Gomes)
You can find default implementation in WebCore, yes: void EventHandler::defaultKeyboardEventHandler(KeyboardEvent* event) { if (event-type() == eventNames().keydownEvent) { m_frame-editor()-handleKeyboardEvent(event); if (event-defaultHandled()) return; if

[webkit-dev] Tab key Navigation

2009-06-17 Thread n179911
Hi, Is 'Tab key Navigation a browser functionality or Webkit functionally? For example, I load google.com, I put my mouse on the search input box click once. The search input box should have focus. And then i press 'Tab', the focus should moved. But what I find out is the way Safari moves focus