Changeset 19125 for S60/trunk/WebCore

Show
Ignore:
Timestamp:
01/25/07 10:12:45 (2 years ago)
Author:
brmorris
Message:

bujtas <zbujtas@gmail.com>

Reviewed by Sachin.
DESC: ISHG-6S8Q5X fix list marker offset problem.
markers get off when the marker image, specified in CSS, is 404.
fix: issue relayout, when the errorImage is set on the marker.

http://bugs.webkit.org/show_bug.cgi?id=12404


Location:
S60/trunk/WebCore
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • S60/trunk/WebCore/ChangeLog

    r19077 r19125  
     1bujtas  <zbujtas@gmail.com> 
     2 
     3        Reviewed by Sachin. 
     4        DESC: ISHG-6S8Q5X fix list marker offset problem.  
     5        markers get off when the marker image, specified in CSS, is 404.  
     6        fix: issue relayout, when the errorImage is set on the marker. 
     7 
     8        http://bugs.webkit.org/show_bug.cgi?id=12404 
     9         
     10        * khtml/rendering/render_list.cpp: 
     11        (RenderListMarker::setPixmap): 
     12 
    1132007-01-24  bujtas  <zbujtas@gmail.com> 
    214 
  • S60/trunk/WebCore/khtml/rendering/render_list.cpp

    r14720 r19125  
    525525    } 
    526526 
    527     if (m_width != m_listImage->pixmap_size().width() || m_height != m_listImage->pixmap_size().height()) 
     527    if (m_width != m_listImage->pixmap().width() || m_height != m_listImage->pixmap().height()) 
    528528        setNeedsLayoutAndMinMaxRecalc(); 
    529529    else