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

Fix Firefox link hints. #2960

Merged
merged 2 commits into from
Feb 18, 2018

Conversation

smblott-github
Copy link
Collaborator

Fixes #2958 (probably).

This appears to be correct for target "_blank" (or not) and modifiers (or not). That's four cases.

It will be incorrect if there is a click listener on a target "_blank" link. Some conditions are tested to try to prevent this from happening.

This only affects Firefox. Chrome is unaffected.

Fixes philc#2958 (probably).

This appears to be correct for target "_blank" (or not) and modifiers
(or not).  That's four cases.

It will be *incorrect* if there is a click listener on a target "_blank"
link.  Some conditions are tested to try to prevent that from happening.

This only affects Firefox.  Chrome is unaffected.
@troglotit
Copy link

Tried it locally, f and F work as expected!

@smblott-github smblott-github merged commit 75ed0d3 into philc:master Feb 18, 2018
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 this pull request may close these issues.

2 participants