Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 'isDismissed' and jQuery.event arguments to #onClick #135

Closed
wants to merge 1 commit into from
Closed

Added 'isDismissed' and jQuery.event arguments to #onClick #135

wants to merge 1 commit into from

Conversation

omairvaiyani
Copy link

@omairvaiyani omairvaiyani commented Dec 21, 2016

Given that onClick is called regardless of where the user clicks the notification, determining their goal was hard. The notification object returned by onClick did not have the value dismiss on hand, as onClick ran before the notification was dismissed. Therefore, I was running a timer after onClick to see whether the user wanted to dismiss or interact. This also limited how many interactions we can add.

I made this simple PR to return the jQuery event object as well as determine whether the user clicked the dismiss icon or elsewhere.

@JeffLuong
Copy link

bump - would like to see this merged at some point 👍 @ynnoj

@egemon
Copy link

egemon commented Dec 4, 2017

+1

@omairvaiyani
Copy link
Author

Closing in favour of similar PR within an up-to-date branch #203

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.

3 participants