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?
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.
page scroll problem
page scroll problem
You do not have the required permissions to view the files attached to this post.
- salvadordf
- Posts: 4563
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: page scroll problem
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
https://developer.mozilla.org/en-US/docs/Web/API/Document/designMode
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";
Re: page scroll problem
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...
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...