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

target="_blank" attr unusable #1100

Closed
Etheryte opened this issue Jan 17, 2017 · 3 comments
Closed

target="_blank" attr unusable #1100

Etheryte opened this issue Jan 17, 2017 · 3 comments

Comments

@Etheryte
Copy link

Vue.js / vue-router versions

2.1.9 / 2.1.1

Reproduction Link

https://jsfiddle.net/q46wrr7x/

Steps to reproduce

Specify the target attribute on any an a or a router-link. After the app is mounted, the attributes are missing. In the Fiddle, links with the target attribute present have a green background, all other links have a red background.
What is more, the issue also affects links that are outside the actual application mounting node (see Fiddle).

As covered in #827, using the target attribute should be fixed, at least on a tags. It seems it is completely unusable at the moment.

@fnlctrl
Copy link
Member

fnlctrl commented Jan 17, 2017

It's working fine here.. Can you tell us about the OS/browser you're using?
image

@Etheryte
Copy link
Author

Etheryte commented Jan 17, 2017

@fnlctrl I'm running macOS 10.12 with the latest Chrome. It seems to be an issue only when I have uBlock Origin enabled.
The app gets mounted (the router links work), but all target attributes are missing.
I've closed this issue as the actual problem seems to lie somewhere else entirely.

http://i.imgur.com/7y7RCRa.png

@agm1984
Copy link

agm1984 commented Nov 29, 2022

This still occurs with uBlock Origin. Just disabled it on my localhost and target="_blank" started working.

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

3 participants