Errors like "Not implemented" and "No such interface supported" make me wonder whether there's something broken in your Windows or Edge installation.
Opening a blank page in Edge, entering the debugger, and running window.open directly in the console might give you more information as to what's going on: window.open(a="http://code.jsoftware.com/wiki/NuVoc",a) /K On Sat, Nov 23, 2019 at 9:51 AM Raul Miller <[email protected]> wrote: > (I'm not quite sure which forum is right for this kind of issue...) > > I've installed j 9 on a windows 10 system. > > Under microsoft edge, most of the Help menu entries are failing for > me, with popup notifications like: > > ev_helpwikijhs_click failed: Error: Not implemented > or > ev_helpwikinuvoc_click failed: Error: No such interface supported > > If I enable script debugging, and enable breakpoints on caught > exceptions, I see that both errors happen on window.open(a,a) (line > 1202 of jijx). > > So... this is an edge issue and possibly a configuration issue. And I > guess I'm looking to figure out if anyone knows about how to configure > edge for this? > > That said, it might be reasonable to put that "function linkclick" > window.open in a try/catch that just emits an appropriate <a href= to > the console for the catch handler? (Or, maybe better to make that a > config option? In case others want that behavior...?) > > Thanks, > > -- > Raul > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
