The links work for me using Win10+Edge.

/K

> On Nov 23, 2019, at 1:32 PM, Eric Iverson <[email protected]> wrote:
> 
> Raul,
> Kirk's comments made me realize that JHS works for you in edge and it is
> just the help menu items that involve the wiki that fail. Those are are
> perhaps touching on 'cross domain links' and there may be a setting for
> that. That is, the problem is not popup windows, but rather linking to
> another domain (localhost:65001 to https://code.jsoftware.com/wiki/NuVoc).
> I'll try to look at this next week, but it would be great if you could
> track it down.
> 
> It would be nice is someone with win10 JHS could confirm wheterh those
> links work or not.
> 
> 
> 
> 
> On Sat, Nov 23, 2019 at 3:21 PM Kirk Iverson <[email protected]>
> wrote:
> 
>> 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
>> 
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to