Bug 25110 - RenderButton's default button timer does not stop when the Document enters the page cache, but should
Summary: RenderButton's default button timer does not stop when the Document enters th...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-08 23:45 PDT by Adam Roben (:aroben)
Modified: 2015-12-19 18:50 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2009-04-08 23:45:44 PDT
RenderButton has an m_timer member that it uses for painting default buttons. This timer is not stopped when the Document enters the page cache. This means that as long as the Document is in the page cache, the timer will be uselessly firing.
Comment 1 mitz 2015-12-19 18:49:53 PST
Default buttons aren’t animated in Yosemite and later, so the timer is going away entirely as part of bug 152462.