Reputation: 33
Has someone seen something like this recently? I created an MVC project and used the default screens to replicate the problem.
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.
The same problem occurs in another laptop.
I tried using Visual Studio 2013 Professional, and this problem is NOT showing up.
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
Thanks for any help.
Upvotes: 3
Views: 211
Reputation: 11
This is caused by the Web Accessibility Checker Extension. Version 1.4.47 has fixed this issue.
Upvotes: 1
Reputation: 81
I had the same problem on VS15 enterprise..
what worked for me is disabling 'Browser Link'
Upvotes: 2