RESOLVED FIXED 136353
Web Inspector: Fix how Popover animates
https://bugs.webkit.org/show_bug.cgi?id=136353
Summary Web Inspector: Fix how Popover animates
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.