Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

page scroll problem

Post Reply
asparagas
Posts: 24
Joined: Sun Nov 24, 2019 11:36 pm

page scroll problem

Post by asparagas »

Hi,

Browser started acting like an editor and Cursor became visible!

Arrow keys move between elements or text instead of scrolling the page!

What's the problem?
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4563
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: page scroll problem

Post by salvadordf »

I can't reproduce this issue.

It's weird because the editor mode is only enabled when the JavaScript code sets the designMode to ON

Code: Select all

document.designMode = "on";
https://developer.mozilla.org/en-US/docs/Web/API/Document/designMode
asparagas
Posts: 24
Joined: Sun Nov 24, 2019 11:36 pm

Re: page scroll problem

Post by asparagas »

Hi,

With the component you prepared, I am making a robot that sends data to a public institution site page with javascript.

I have nothing to do with “design mode”, but it went into this mode for some reason I don't know why.

Although I reinstalled Java and Chrome and cleaned the registry, the situation did not improve.

Finally I deleted the “bin\cache” folder and it was fixed.

Thank you very much for your help...
Post Reply