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

gremlins don't trigger click handlers? #55

Closed
sylvain-hamel opened this issue Mar 28, 2014 · 4 comments
Closed

gremlins don't trigger click handlers? #55

sylvain-hamel opened this issue Mar 28, 2014 · 4 comments

Comments

@sylvain-hamel
Copy link

I can see the gremlins clicking everywhere on my page but click handlers are not called. I have buttons and a that show messages or expend areas of the page and they don't kick-in.

My app is an AngularJS app. I tried giving some time for the app to bootstrap before I unleash but it does not change the result.

    <script src="tests/lib/gremlins.min.js"></script>
    <script>
        $(function () {
            setTimeout(function () {
                gremlins.createHorde().unleash();
            }, 3000)
        })
    </script>
@mdix
Copy link

mdix commented Apr 29, 2014

I got the same problem. The click-event is not triggered f. e. when using angular and ng-click.

Best
Marc

@fzaninotto
Copy link
Member

I can't reproduce the bug using a basic example (#69 works on my browser). Can you provide more context?

fzaninotto added a commit that referenced this issue May 8, 2014
@elmccd
Copy link

elmccd commented Jan 15, 2015

For me this piece of code does not trigger click events:

gremlins.createHorde().unleash();

This one does:

gremlins.createHorde()
.gremlin(gremlins.species.clicker().clickTypes(['click']))
.unleash();

I don't know if this is correct behavior, but I think this is what are guys about.

@HALLERPierre
Copy link
Contributor

Hey folks. The Marmelab team is attempting to clean up the Issues backlog. With that, we're closing issues that have been open for an one or more years.

We really appreciate the folks have taken the time to open and comment on this issue. Please don't confuse this closure with us not caring or dismissing your issue, feature request, discussion, or report. If the issue pertains to a bug, please re-test for the bug on the latest version of gremlins.js.

The best way to report problems with gremlins.js 2.0 is to file new issues.

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

No branches or pull requests

6 participants