Bug 119588

Summary: Unprefix use of transitions in Web Inspector code
Product: WebKit Reporter: Dean Jackson <dino>
Component: Web InspectorAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch timothy: review+

Dean Jackson
Reported 2013-08-08 12:03:34 PDT
The Web Inspector UI still uses prefixed transitions.
Attachments
Patch (4.48 KB, patch)
2013-08-08 12:05 PDT, Dean Jackson
timothy: review+
Radar WebKit Bug Importer
Comment 1 2013-08-08 12:03:53 PDT
Dean Jackson
Comment 2 2013-08-08 12:05:07 PDT
Timothy Hatcher
Comment 3 2013-08-08 12:08:03 PDT
Comment on attachment 208360 [details] Patch What a sin! Thanks for fixing.
Dean Jackson
Comment 4 2013-08-08 12:24:08 PDT
Joseph Pecoraro
Comment 5 2013-08-08 13:07:06 PDT
Comment on attachment 208360 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=208360&action=review > Source/WebInspectorUI/UserInterface/Popover.css:51 > - -webkit-transition: opacity 350ms; > + transition: opacity 350ms; Will this break Popover.js, which depends on the "webkitTransitionEnd" event? Or, at least can that be updated to just be "transitionEnd"?
Note You need to log in before you can comment on or make changes to this bug.