This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
7/11 master -> stable #186
Merged
Commits on Jun 17, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 9f888b0 - Browse repository at this point
Copy the full SHA 9f888b0View commit details -
Merge pull request #173 from arv/event-path
Event path should always originate from target
Steve Orvell committedJun 17, 2013 Configuration menu - View commit details
-
Copy full SHA for e6e4c3a - Browse repository at this point
Copy the full SHA e6e4c3aView commit details
Commits on Jun 18, 2013
-
Fix Firefox 24 issue related to FocusEvent
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.
Configuration menu - View commit details
-
Copy full SHA for f183806 - Browse repository at this point
Copy the full SHA f183806View commit details -
Disable defaultPrevented test in IE
defaultPrevented always returns false outside the event listener in IE. https://connect.microsoft.com/IE/feedback/details/790389/event-defaultprevented-returns-false-after-preventdefault-was-called
Configuration menu - View commit details
-
Copy full SHA for 148bbe4 - Browse repository at this point
Copy the full SHA 148bbe4View commit details -
Merge pull request #174 from arv/firefox-24-focus-event
Fix Firefox 24 issue related to FocusEvent
Configuration menu - View commit details
-
Copy full SHA for 9e869f2 - Browse repository at this point
Copy the full SHA 9e869f2View commit details
Commits on Jun 19, 2013
-
Merge pull request #175 from arv/disable-default-prevented-test-in-ie
Disable defaultPrevented test in IE
Configuration menu - View commit details
-
Copy full SHA for befe80b - Browse repository at this point
Copy the full SHA befe80bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7fc49 - Browse repository at this point
Copy the full SHA 3e7fc49View commit details -
Merge pull request #176 from arv/event-on-non-element-document-nodes
Fix issue with events and non Element/Document nodes
Configuration menu - View commit details
-
Copy full SHA for 4f1adb1 - Browse repository at this point
Copy the full SHA 4f1adb1View commit details
Commits on Jun 20, 2013
-
Yvonne Yip committed
Jun 20, 2013 Configuration menu - View commit details
-
Copy full SHA for bfac2a2 - Browse repository at this point
Copy the full SHA bfac2a2View commit details
Commits on Jul 4, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 9977598 - Browse repository at this point
Copy the full SHA 9977598View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.