Larry Sandborn
Larry Sandborn

Reputation: 33

Home/Index page scrolls down by itself while debugging in Visual Studio 2015 Community using Browser Link

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.

enter image description here

enter image description here

Upvotes: 3

Views: 211

Answers (2)

G.Smith
G.Smith

Reputation: 11

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

Upvotes: 1

kobi
kobi

Reputation: 81

I had the same problem on VS15 enterprise.. what worked for me is disabling 'Browser Link' enter image description here

Upvotes: 2

Related Questions