Home/Index页面在Visual Studio 2015社区使用浏览器链接进行调试时自动滚动

时间:2021-12-11 04:59:38

Has someone seen something like this recently? I created an MVC project and used the default screens to replicate the problem.

最近有人见过这样的东西吗?我创建了一个MVC项目,并使用默认屏幕来复制这个问题。

I tried to debug the project using the Browser Link on Chrome, Edge and Firefox and all of them scroll down the Index.cshtml by itself.

我尝试使用Chrome、Edge和Firefox上的浏览器链接来调试这个项目,所有这些都向下滚动索引。cshtml本身。

The same problem occurs in another laptop.

同样的问题也发生在另一台笔记本电脑上。

I tried using Visual Studio 2013 Professional, and this problem is NOT showing up.

我尝试使用Visual Studio 2013 Professional,这个问题没有出现。

Please see the images of the default Index.cshtml with more bootstrap rows to simulate a long page, and a snapshot of the resulting page that scrolls down my itself

请查看默认索引的图像。cshtml具有更多的引导行来模拟长页面,以及滚动到我自己的结果页面的快照

Thanks for any help.

感谢任何帮助。

enter image description here

在这里输入图像描述

enter image description here

在这里输入图像描述

2 个解决方案

#1


2  

I had the same problem on VS15 enterprise.. what worked for me is disabling 'Browser Link' Home/Index页面在Visual Studio 2015社区使用浏览器链接进行调试时自动滚动

我对VS15企业也有同样的问题。对我有用的是禁用“浏览器链接”

#2


1  

This is caused by the Web Accessibility Checker Extension. Version 1.4.47 has fixed this issue.

这是由Web可访问性检查器扩展引起的。版本1.4.47解决了这个问题。

#1


2  

I had the same problem on VS15 enterprise.. what worked for me is disabling 'Browser Link' Home/Index页面在Visual Studio 2015社区使用浏览器链接进行调试时自动滚动

我对VS15企业也有同样的问题。对我有用的是禁用“浏览器链接”

#2


1  

This is caused by the Web Accessibility Checker Extension. Version 1.4.47 has fixed this issue.

这是由Web可访问性检查器扩展引起的。版本1.4.47解决了这个问题。