Skip to content

ie8 fireEvent method does not trigger default browser actions#5

Open
vincecarney wants to merge 1 commit intoeduardolundgren:masterfrom
vincecarney:master
Open

ie8 fireEvent method does not trigger default browser actions#5
vincecarney wants to merge 1 commit intoeduardolundgren:masterfrom
vincecarney:master

Conversation

@vincecarney
Copy link

The default browser actions in ie8 are not triggered on a click event when simply using .fireEvent() method of an element. Only the hanlders are called.

This fix utilizes the documentMode property to determine browser type and version. If we're on ie8 and we have a click event, then we simply call ie's click method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant