-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Browser page up(move to the top) after update. #41
Comments
Have you installed Live Server Web Extension? |
If yes, turn it off! |
HI. |
When i change the html, the page don't move, just the css change cause page up. I tried to uninstall VS Code(erase config files too) and Live Server, but the problem continues. |
It may be a bug! Have you tried anyother project? Or you have said 'after update', if you install previous version of vscode, is this working? |
If it is not any sensitive content, can you send me the project (or a fake project where you're facing the same issue)? |
One tips for now (if it's a bug):
|
Yes, i tried many different projects and the problem persist. Gulp + browsersync are running ok here. Let me do some tests |
Hi @claudiney, Today I faced the same issue what you've mentioned here. This issue is comes from Library as handling CSS update is different from other files(HTML/JS). If you noticed, when you've changed the CSS, browser never reload the whole page it just re-render the CSS. There should be a settings to fix this kind of issue (Enforce browser is reload whole page instead of re-rendering CSS).
|
Good luck @ritwickdey. |
This features is already added in v3.1.0. (Sorry, I forget to close it) |
I had this issue and found that by disabling the chrome extension Dark Mode, the problem went away. I added my test domain http://127.0.0.1:8080 to the Dark Mode extension's exclude list which did ignore this domain for dark mode switching, but this error on live-server continued to occur. |
Hi there.
Every time i save the css file, the browser update and page up to the top, losing focus of editing area. E.g. i'm working on the footer, save the css file and the browser move to the top.
I'm using no settings.json configuration file.
Probably there is something wrong in my side, but i don't know where it is.
Thanks.
My setup: Windows 10, VS Code 1.18
The text was updated successfully, but these errors were encountered: