|
Rank: Advanced Member Groups: Member
Joined: 2/11/2016 Posts: 35
|
If I have js events "onclick" on a document, and I scrolling WebControl, the events is fire. How I can stop it? I try use SetScrollOffset, but it not help.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You can not stop it. You can automate the browser engine but most of the time you can not change the browser engine's behavior.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 2/11/2016 Posts: 35
|
I mean, how to make it so that when clicking on the scrolling does not fire events on the page? js - onclick events are generated when clicking on the vertical scrollbar. It turns out that the item the scroll is part of the page.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
What I was trying is to tell you is you can not. If a page fires onscroll event in a regular browser, then it will fire the same event exactly the same way in EO.WebBrowser. We can not make changes so that pages in our browser control have different behavior than in a regular browser. In fact our goal is exactly the opposite: page should behave exactly the same in EO.WebBrowser as in a regular browser.
|
|