(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

Reply via email to