Closed
Bug 1059588
Opened 9 years ago
Closed 9 years ago
Transition events in console should show propertyName property, not animationName
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 34
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(1 file, 1 obsolete file)
1.33 KB,
patch
|
past
:
checkin+
|
Details | Diff | Splinter Review |
In the web console, a transition event is displayed like this:
> transitionend { target: <div.bit>, animationName: undefined, pseudoElement: "" }
Transition events don't have an animationName, but they do have a propertyName which would be a useful thing to show.
Assignee | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Comment on attachment 8481005 [details] [diff] [review] 1059588-1.diff Review of attachment 8481005 [details] [diff] [review]: ----------------------------------------------------------------- Looks good to me.
Attachment #8481005 -
Flags: review?(mihai.sucan) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Now with a commit message, oops.
Attachment #8481664 -
Flags: checkin?
Updated•9 years ago
|
Attachment #8481664 -
Flags: checkin? → checkin+
Updated•9 years ago
|
Attachment #8481005 -
Attachment is obsolete: true
Comment 5•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0b31ce3ca299
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 34
QA Whiteboard: [qa-]
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•