[Webkit-unassigned] [Bug 112586] Web Inspector: Switch Drawer animation from JavaScript to CSS transitions.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 19 09:31:08 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112586





--- Comment #8 from Dmitry Zvorygin <zvorygin at chromium.org>  2013-03-19 09:33:34 PST ---
(From update of attachment 193802)
View in context: https://bugs.webkit.org/attachment.cgi?id=193802&action=review

>> Source/WebCore/inspector/front-end/Drawer.js:155
>> +        // So we have to finish animation manually.
> 
> But when does this actually happen?

Honestly, I can't invent situation when opacity can unsynchronize with drawer state, but if it happens, we wouldn't receive webkitTransitionEnd, and thuis wouldn't perform important cleanup.

I can remove opacity check assuming that such situation will newer happen.

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


More information about the webkit-unassigned mailing list