Skip to content

Sometimes clicking hyperlinks does nothing #55

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

Closed
benknight opened this issue Jun 27, 2014 · 0 comments · Fixed by #56
Closed

Sometimes clicking hyperlinks does nothing #55

benknight opened this issue Jun 27, 2014 · 0 comments · Fixed by #56

Comments

@benknight
Copy link
Contributor

If you click the very top pixel of a hyperlink, nothing happens.

Screencast: http://cl.ly/2a1h1q1U442v

I've encountered this issue before in personal work. It's because the click target on mousedown is not the same as the click target on mouseup due to the 1px down shift when you're hovered on the very top edge of the link. Spec says mousedown and mouseup target have to be the same.

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 a pull request may close this issue.

1 participant