WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
119588
Unprefix use of transitions in Web Inspector code
https://bugs.webkit.org/show_bug.cgi?id=119588
Summary
Unprefix use of transitions in Web Inspector code
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2013-08-08 12:03:53 PDT
<
rdar://problem/14688281
>
Dean Jackson
Comment 2
2013-08-08 12:05:07 PDT
Created
attachment 208360
[details]
Patch
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
Committed
r153840
: <
http://trac.webkit.org/changeset/153840
>
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.
Top of Page
Format For Printing
XML
Clone This Bug