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

Add blur action for testing blur events. #182

Open
ilyavf opened this issue Dec 21, 2016 · 1 comment
Open

Add blur action for testing blur events. #182

ilyavf opened this issue Dec 21, 2016 · 1 comment
Assignees

Comments

@ilyavf
Copy link

ilyavf commented Dec 21, 2016

If in a component's event we listen to a blur even like this:

Component.extend({
        tag : 'my-component',
        viewModel : myVM,
        events : {
            '.my-message blur': function (element) {
                this.viewModel.doSmth();
            }
        }

it would be nice to be able to:

F('.my-message').blur( function() {
       // ...
});
@justinbmeyer
Copy link
Member

justinbmeyer commented Dec 22, 2016 via email

@imaustink imaustink self-assigned this May 3, 2017
imaustink added a commit that referenced this issue May 9, 2017
The blur method does not work yet but the test should be good to go. #182
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

No branches or pull requests

3 participants