Changeset 25201 in webkit


Ignore:
Timestamp:
Aug 23, 2007 9:47:21 AM (17 years ago)
Author:
spadma
Message:

2007-08-22 rathnasa <sornalatha.rathnasamy@nokia.com>

Reviewed by Sachin.
DESC: TSW ID: SJUN-73XBVC. Text appears overlapped with document.write in onload
http://bugs.webkit.org/show_bug.cgi?id=14915


  • BrowserView/src/WebKitView.cpp: (CWebKitView::SyncRepaint):
Location:
S60/branches/3.1m/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • S60/branches/3.1m/WebKit/BrowserView/src/WebKitView.cpp

    r21537 r25201  
    10031003        TPoint p( iMainFrame->ContentPosition() );
    10041004        rect.Move(-p);
     1005        gc.Clear( rect );//TSW Id: SJUN-73XBVC : text appears overlapped when the document changes in onload since the OffScreenBitmap is not cleared.
    10051006        // draw to back buffer
    10061007        iMainFrame->Draw( *iWebCoreContext, rect );
  • S60/branches/3.1m/WebKit/ChangeLog

    r25093 r25201  
     12007-08-22  rathnasa  <sornalatha.rathnasamy@nokia.com>
     2
     3        Reviewed by Sachin.
     4        DESC: TSW ID: SJUN-73XBVC. Text appears overlapped with document.write in onload
     5        http://bugs.webkit.org/show_bug.cgi?id=14915
     6     
     7        * BrowserView/src/WebKitView.cpp:
     8        (CWebKitView::SyncRepaint):     
     9
    1102007-08-13  yadavall  <sriram.yadavalli@nokia.com>
    211
Note: See TracChangeset for help on using the changeset viewer.