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

IE10 below javascript:void(0) anchor breaking also when click on link children #282

Open
pcicp opened this issue Dec 16, 2015 · 3 comments

Comments

@pcicp
Copy link

pcicp commented Dec 16, 2015

if 'a' contains children like 'span', 'img', when click these, document.activeElement not 'a' self, breaking also under IE10,9,8. please check.

i change document.activeElement to $(document.activeElement).parents("a").get(), it's fixed

@yanyu0517
Copy link

I have the same problem, is there any solution?

1 similar comment
@mojifan
Copy link

mojifan commented Oct 9, 2016

I have the same problem, is there any solution?

@moedong
Copy link

moedong commented Jul 28, 2017

I have the same problem

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

4 participants