Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Fix Firefox 24 issue related to FocusEvent #174

Merged
merged 1 commit into from
Jun 18, 2013

Conversation

arv
Copy link
Contributor

@arv arv commented Jun 18, 2013

FF24 does not support document.createEvent('FocusEvent') and to create a new
FocusEvent we need to use new FocusEvent('x').

IE on the other hand does not support event constructors so we have to branch
here.

Fixes #159

@ghost ghost assigned dfreedm Jun 18, 2013
FF24 does not support `document.createEvent('FocusEvent')` and to create a new
FocusEvent we need to use `new FocusEvent('x')`.

IE on the other hand does not support event constructors so we have to branch
here.
@dfreedm
Copy link
Contributor

dfreedm commented Jun 18, 2013

LGTM

dfreedm added a commit that referenced this pull request Jun 18, 2013
Fix Firefox 24 issue related to FocusEvent
@dfreedm dfreedm merged commit 9e869f2 into googlearchive:master Jun 18, 2013
@arv arv deleted the firefox-24-focus-event branch June 18, 2013 18:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants