Changeset 15752 in webkit


Ignore:
Timestamp:
Aug 2, 2006 11:07:46 AM (18 years ago)
Author:
brmorris
Message:

2006-08-02 ligman <joseph.ligman@nokia.com>

Reviewed by Yongjun, landed by Bradley.


http://bugzilla.opendarwin.org/show_bug.cgi?id=10194
Assigned a default element type to keep the focus from being undefined.
TWebCoreFocusedElementType elType = EWebCoreElementNone;


  • BrowserView/src/WebKitControl.cpp: (CWebKitControl::FinalProgressComplete):
Location:
S60/trunk/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • S60/trunk/WebKit/BrowserView/src/WebKitControl.cpp

    r15604 r15752  
    16611661            }
    16621662
    1663     TWebCoreFocusedElementType elType;
     1663    TWebCoreFocusedElementType elType = EWebCoreElementNone;
    16641664    iWebKitView->MainFrame().WebKitBridge().WebCoreBridge().TabbedNavigation(EWebNavDown,elType,ETrue);
    16651665    iWebKitView->SetFocusedElementType((TBrCtlDefs::TBrCtlElementType)elType);
  • S60/trunk/WebKit/ChangeLog

    r15748 r15752  
     12006-08-02  ligman  <joseph.ligman@nokia.com>
     2
     3        Reviewed by Yongjun, landed by Bradley.
     4       
     5        http://bugzilla.opendarwin.org/show_bug.cgi?id=10194       
     6        Assigned a default element type to keep the focus from being undefined.
     7        TWebCoreFocusedElementType elType = EWebCoreElementNone;
     8       
     9        * BrowserView/src/WebKitControl.cpp:
     10        (CWebKitControl::FinalProgressComplete):
     11
    1122006-08-01  hongzhao  <hong.a.zhao@nokia.com>
    213
Note: See TracChangeset for help on using the changeset viewer.