Changeset 19363 in webkit


Ignore:
Timestamp:
Feb 2, 2007 8:47:32 AM (17 years ago)
Author:
brmorris
Message:

yaharon, Reviewed by Yongjun.

DESC: [S60] FUTE_32: If web page included a link, which name is e.g. T0000900 user can't open it, cause phone starts calling to number 0000900. (KDIS-6XYCL5)
http://bugs.webkit.org/show_bug.cgi?id=12534

Location:
S60/trunk/WebKit
Files:
2 edited

Legend:

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

    r17905 r19363  
    359359            }
    360360        // check if the text is recognised   
    361         CheckSmartTextEntry();
     361        if (elType == TBrCtlDefs::EElementNone)
     362            {
     363            CheckSmartTextEntry();
     364            }
    362365
    363366        // now fire the mouseover event
  • S60/trunk/WebKit/ChangeLog

    r19311 r19363  
     1yaharon, Reviewed by Yongjun.
     2        DESC: [S60] FUTE_32: If web page included a link, which name is e.g. T0000900 user can't open it, cause phone starts calling to number 0000900. (KDIS-6XYCL5)
     3        http://bugs.webkit.org/show_bug.cgi?id=12534
     4
     5        * BrowserView/src/WebKitCursor.cpp:
     6        (CWebKitCursor::MoveCursorAdjusted):
     7
    18sareen, Reviewed by zalan.
    29        DESC: cache control present in the HTTP header is not properly supported EAMO-6XTJVX
Note: See TracChangeset for help on using the changeset viewer.