Welcome Guest Search | Active Topics | Sign In | Register

Autocomplete still enabled after setting it off Options
angod11
Posted: Wednesday, May 7, 2025 6:46:04 AM
Rank: Newbie
Groups: Member

Joined: 5/7/2025
Posts: 1
Hi all,

We are currently using version 25.1.35 of eo web browser and have autocomplete explicitly defaulted to false

EO.WebEngine.EngineOptions.Default.SetFeatureState(EO.WebEngine.EngineFeature.AutoComplete, false);

however we are still seeing this feature in the browser. Any ideas?
eo_support
Posted: Wednesday, May 7, 2025 10:52:12 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,349
Hi,

We tested with the latest build and we are not able to reproduce the problem. Can you check a simple web page and see if it works (for example, the log in page for our website)? It is possible that your page implemented auto-complete feature with JavaScript. In that case the auto-complete feature is implemented by your page and can not be disabled. The browser engine's built-in auto-complete feature works by automatically saving what you have previously entered and list them as options. That feature can be disabled by SetFeatureState.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.