WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
30182
Animation stalls for a few seconds partway through
https://bugs.webkit.org/show_bug.cgi?id=30182
Summary
Animation stalls for a few seconds partway through
Simon Fraser (smfr)
Reported
2009-10-07 13:54:33 PDT
If you run the attached testcase with layer borders turned on, you'll see that the animating red box stalls for a couple of seconds part-way through. The issue is that we're calling -disableScreenUpdatesUntilFlush on the NSWindow when there is actually no view drawing to be done, so that the window flush never happens. This means that screen updates end up being disabled until the watchdog enables them again (after 2 seconds).
Attachments
Patch
(1.61 KB, patch)
2009-10-07 14:03 PDT
,
Simon Fraser (smfr)
mitz: review+
Details
Formatted Diff
Diff
I think this testcase reproduces the problem
(1.42 KB, text/html)
2010-04-30 16:03 PDT
,
Simon Fraser (smfr)
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2009-10-07 14:03:37 PDT
Created
attachment 40820
[details]
Patch
Simon Fraser (smfr)
Comment 2
2009-10-07 15:53:31 PDT
http://trac.webkit.org/changeset/49269
Simon Fraser (smfr)
Comment 3
2010-04-30 16:03:42 PDT
Created
attachment 54830
[details]
I think this testcase reproduces the problem
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug