Bug 1531605 - css animation events must fire even if an element is disabled. r=smaug
Same as transitions. Differential Revision: https://phabricator.services.mozilla.com/D21637
This commit is contained in:
@@ -1976,6 +1976,10 @@ bool nsGenericHTMLFormElement::IsElementDisabledForEvents(WidgetEvent* aEvent,
|
||||
}
|
||||
|
||||
switch (aEvent->mMessage) {
|
||||
case eAnimationStart:
|
||||
case eAnimationEnd:
|
||||
case eAnimationIteration:
|
||||
case eAnimationCancel:
|
||||
case eMouseMove:
|
||||
case eMouseOver:
|
||||
case eMouseOut:
|
||||
|
||||
Reference in New Issue
Block a user