Skip to content

docs: Broken links #805

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
moraveyo opened this issue Jul 5, 2018 · 7 comments
Closed

docs: Broken links #805

moraveyo opened this issue Jul 5, 2018 · 7 comments
Labels

Comments

@moraveyo
Copy link
Contributor

moraveyo commented Jul 5, 2018

Version

1.0.0-beta.20

Reproduction link

https://vue-test-utils.vuejs.org/guides/#testing-single-file-components

Steps to reproduce

Open https://vue-test-utils.vuejs.org/guides/#testing-single-file-components

Try to open in new tab this links:

  • Testing SFCs with Jest
  • Testing SFCs with Mocha webpack

What is expected?

Open docs section in new tab

What is actually happening?

404 error

@moraveyo
Copy link
Contributor Author

moraveyo commented Jul 5, 2018

These links open not really as I expect In the same window too. In fact, these are the sections of the same document: look at the navigation, and after all you can simply scroll down to them.

But when you click at the link - it opens as separate document.
A little confusing.

@moraveyo
Copy link
Contributor Author

moraveyo commented Jul 5, 2018

Some research.

When you just click the link, it opens with url:https://vue-test-utils.vuejs.org/guides/testing-SFCs-with-jest.html (see the upper case!) - the Vue works it out fine.

When you open it in new tab/window - the page first blinks like something is there, and then it's 404. And the url is all lowercase.

So maybe it's some deeper problem in Vue itself, I'm not so deep in it.

@eddyerburgh
Copy link
Member

The links in the side nav and the article both work fine for me. Which link is it that you have this problem with? The links in the side nav, or the links in article?

@moraveyo
Copy link
Contributor Author

moraveyo commented Jul 5, 2018

In the article.

@moraveyo
Copy link
Contributor Author

moraveyo commented Jul 5, 2018

Some more research.

Right click the link, "Open in new window" = blink, 404.
Shift-click the link = Opens normally in new window.
AFTER THAT again Right click the link, "Open in new window" = Opens normally!
AFTER THAT Right click the link, "Open in new Private window" = blink, 404. And sometimes normally!

Firefox Linux, Chromium Linux, Chrome WinXP-32

@moraveyo
Copy link
Contributor Author

moraveyo commented Jul 5, 2018

A screencast, Chromium

@folmert
Copy link

folmert commented Jul 17, 2018

I have same problem on Windows 10 and Chrome Canary. Sometimes it works on incognito mode, though. Maybe it's a conflict with some browser extension?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants