Hello,
It seems spellcheck is broken in 2025.1.6.
I tryed my own code and tabbedbrowser with no luck.
In tabbedbrowser there is no suggestion showing up in
Quote:if (e.MenuInfo.Suggestions.Length > 0)
{
e.Menu.Items.Add(EO.WebBrowser.MenuItem.CreateSeparator());
e.Menu.Items.AddSpellCheckSuggstions(e.MenuInfo.Suggestions);
e.Menu.Items.Add(EO.WebBrowser.MenuItem.CreateSeparator());
e.Menu.Items.Add(new EO.WebBrowser.MenuItem("Add To Dictionary", CommandIds.SpellCheckAddToDictionary));
}
Removing BeforeContextMenu event fix the spellcheck but its not a solution for us.
Regards