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

2.0.14 breaks links in chrome #1011

Closed
freder opened this issue Aug 2, 2018 · 4 comments
Closed

2.0.14 breaks links in chrome #1011

freder opened this issue Aug 2, 2018 · 4 comments

Comments

@freder
Copy link

freder commented Aug 2, 2018

I noticed that since a recent update of my app dependencies, the first click on an element (in my case a <Link>) has no effect — but only in chrome.

at first I thought it was a react-router-dom problem, but then https://stackoverflow.com/questions/20490931/how-to-find-what-is-causing-a-preventdefault-which-overrides-normal-click-behavi lead me to https://github.com/goldfire/howler.js/blob/master/src/howler.core.js#L306

going back to 2.0.13 fixes it.

@benwick
Copy link

benwick commented Aug 2, 2018

Every first click on an a tag is ignored in chrome. That is really bad. When you use Howler 2.0.14 and your first click is on a link, nothing happens!

@freder freder changed the title 2.0.14 breaks react-router-dom links in chrome 2.0.14 breaks links in chrome Aug 2, 2018
@brunosimon
Copy link

Got the same problem with Vue.js. First click on router-links doesn't do anything, then it works fine.
Nothing in the console.
Click events on random elements seems to work.

I downgraded to 2.0.13 thanks to @freder

@matthewoates
Copy link

matthewoates commented Aug 24, 2018

This appears to be the same issue as #1025 (Note I've included more descriptive repro steps in that issue)

@goldfire
Copy link
Owner

Thanks, this has now been fixed and I'll get a v2.0.15 out soon.

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

5 participants