Closed
Bug 1151228
Opened 10 years ago
Closed 9 years ago
animationend
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: samu98hd, Unassigned)
Details
(Keywords: testcase-wanted)
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Build ID: 20150320202338
Steps to reproduce:
This code run in other brownser but not in Mozilla Firefox:
function wrong(bottone){
$(botton).addClass('animated swing').one('webkitAnimationEnd MSAnimationEnd oanimationend animationend',
function(){
alert("HELLO WORLD");
});
};
Actual results:
It doesn't run!
Expected results:
There are some bug??
could you attach a testcase (html file or post a jsfiddle), please.
Flags: needinfo?(samu98hd)
Keywords: testcase-wanted
Comment 2•9 years ago
|
||
Hi,
I cannot reproduce the issue with the piece of code provided in the description. It seems that the class part is missing.
Considering the fact that the reporter did not provide more informations when requested, I will mark this issue as Resolved - Incomplete.
If you can still reproduce this, feel free to reopen it and provide the requested information.
Thank you,
Vlad
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(samu98hd)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•