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

Live Server not updating basic anchor tags accordingly. #2928

Open
scottonanski opened this issue Apr 24, 2024 · 0 comments
Open

Live Server not updating basic anchor tags accordingly. #2928

scottonanski opened this issue Apr 24, 2024 · 0 comments

Comments

@scottonanski
Copy link

scottonanski commented Apr 24, 2024

I'm submitting a...

[ ] Regression (a behavior that used to work and stopped working in a new release)
[X ] Bug report  <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Feature request
[ ] Documentation issue or request
[ ] Other: <!-- Please describe: -->

Current behavior

I set an anchor tag to specific section of a page;

<li class="header-nav-links"><a href="#home">Home</a></li>
 <section id="home" class="home-hero">Home Section</section>

And this is what Live Server Does;

image

Expected behavior

Well, I expect it to handle basic HTML normally.

Environment

Browser:

- [X ] Chrome (desktop) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] IE version XX
- [ ] Edge version XX

For Tooling issues:

- Live Server: <!-- Check which version is installed --> 
v5.7.9

- Platform:  <!-- Mac, Linux, Windows -->
 - Linux

- Visual Studio Code: <!-- `code --version` -->
Version: 1.88.1
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:34:12.840Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Linux x64 6.5.0-28-generic

Others

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

1 participant