[Webkit-unassigned] [Bug 18560] New: Frame::clearTimers() calls suspendMarquees() on the wrong document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 17 16:19:08 PDT 2008


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

           Summary: Frame::clearTimers() calls suspendMarquees() on the
                    wrong document
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dino at apple.com
                CC: dino at apple.com


To reproduce:
1. Open a Safari window.
2. Drag 5-6 HTML files into the window, roughly one per second (to fill up the
page cache).
3. Quickly drag the attached marquee test into the window. Wait for a few
seconds. Note that the marquee stops.

What's happening is that the page cache timer is firing, and calling
Frame::clearTimers(). That method is getting a document via
view->frame()->document(), but that's the currently loaded document, not the
one in the page cache.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list