Changeset 21438 in webkit


Ignore:
Timestamp:
May 12, 2007 10:50:45 PM (17 years ago)
Author:
weinig
Message:

LayoutTests:

Reviewed by Hyatt.

  • fast/repaint/continuation-after-outline-expected.checksum: Added.
  • fast/repaint/continuation-after-outline-expected.png: Added.
  • fast/repaint/continuation-after-outline-expected.txt: Added.
  • fast/repaint/continuation-after-outline.html: Added.

WebCore:

Reviewed by Hyatt.

Test: fast/repaint/continuation-after-outline.html

  • rendering/RenderFlow.cpp: (WebCore::RenderFlow::absoluteClippedOverflowRect):
Location:
trunk
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r21437 r21438  
     12007-05-12  Mitz Pettel  <mitz@webkit.org>
     2
     3        Reviewed by Hyatt.
     4
     5        - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13680
     6          Incomplete repaint of focus ring around continuation
     7
     8        * fast/repaint/continuation-after-outline-expected.checksum: Added.
     9        * fast/repaint/continuation-after-outline-expected.png: Added.
     10        * fast/repaint/continuation-after-outline-expected.txt: Added.
     11        * fast/repaint/continuation-after-outline.html: Added.
     12
    1132007-05-12  Oliver Hunt  <oliver@apple.com>
    214
  • trunk/WebCore/ChangeLog

    r21437 r21438  
     12007-05-12  Mitz Pettel  <mitz@webkit.org>
     2
     3        Reviewed by Hyatt.
     4
     5        - fix http://bugs.webkit.org/show_bug.cgi?id=13680
     6          Incomplete repaint of focus ring around continuation
     7
     8        Test: fast/repaint/continuation-after-outline.html
     9
     10        * rendering/RenderFlow.cpp:
     11        (WebCore::RenderFlow::absoluteClippedOverflowRect):
     12
    1132007-05-12  Oliver Hunt  <oliver@apple.com>
    214
  • trunk/WebCore/rendering/RenderFlow.cpp

    r21385 r21438  
    454454        ASSERT(!view() || !view()->layoutState() || isCompact() || isRunIn());
    455455
    456         if (!firstLineBox())
     456        if (!firstLineBox() && !continuation())
    457457            return IntRect();
    458458
Note: See TracChangeset for help on using the changeset viewer.