Bug 136353

Summary: Web Inspector: Fix how Popover animates
Product: WebKit Reporter: Saam Barati <saam>
Component: Web InspectorAssignee: Saam Barati <saam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

Saam Barati
Reported 2014-08-28 15:31:34 PDT
- Currently, animations for Popover do glitchy animations with the anchor point. - Also, popover::_animateFrame uses window.requestAnimationFrame instead which won't fire while paused in the debugger. This patch switches to setTimeout with a FIXME indicating it needs to be switched back when the inspector moves out of process. - Also, there isn't a way to add new content and a new frame at the same time without animating between those steps. This patch will solve all three problems.
Attachments
patch (8.23 KB, patch)
2014-08-28 16:37 PDT, Saam Barati
no flags
Radar WebKit Bug Importer
Comment 1 2014-08-28 15:31:45 PDT
Saam Barati
Comment 2 2014-08-28 16:37:40 PDT
WebKit Commit Bot
Comment 3 2014-08-29 13:10:17 PDT
Comment on attachment 237329 [details] patch Clearing flags on attachment: 237329 Committed r173117: <http://trac.webkit.org/changeset/173117>
WebKit Commit Bot
Comment 4 2014-08-29 13:10:21 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.