photools.com Community

IMatch Discussion Boards => IMatch Scripting and Apps => Topic started by: ubacher on July 02, 2017, 06:00:10 PM

Title: <a href= in an app does not work - by design?
Post by: ubacher on July 02, 2017, 06:00:10 PM
I tried putting
<a href="http://perldoc.perl.org/perlre.html">Perl Reg Exp</a>

into an app window but the link does not show.

(Tried to refer to the page for regular expressions which are given in the IM help file.)

Is this by design? Or not yet? Or do I do something wrong?
Title: Re: <a href= in an app does not work - by design?
Post by: Mario on July 02, 2017, 06:16:04 PM
Works here.What is the problem on your side? Link does not open in the App Panel?  Error message? Beep?
Note: If you click on a link like this, Chrome will replace the app with the web site.
Title: Re: <a href= in an app does not work - by design?
Post by: thrinn on July 02, 2017, 06:50:54 PM
Works for me, too. If the link does not show at all, maybe it is placed at the wrong location? Must not be inside the <script> section, for example.
Title: Re: <a href= in an app does not work - by design?
Post by: ubacher on July 02, 2017, 07:34:51 PM
You can call this a PEBSAC error. (Problem exists between the Seat and the Chair).

Mental shortcircuit!

However - once one connects to a web page one has no way of returning to the app. Right?
I can see this a being an annoyance .
Title: Re: <a href= in an app does not work - by design?
Post by: Mario on July 02, 2017, 07:52:39 PM
QuoteHowever - once one connects to a web page one has no way of returning to the app. Right?

If you place a normal link, the browser will do as told. It will load the page, leaving your app. Standard behavior.
You can use BACKSPACE or "Back" from the context menu to go back to your app. The app will have lost it's state, though, unless you persist it.
Title: Re: <a href= in an app does not work - by design?
Post by: ubacher on July 02, 2017, 08:00:50 PM
Not sure what you mean by "normal link" - what other links are there?

Backspace does not work nor is there a context menu. See screen shot.


Title: Re: <a href= in an app does not work - by design?
Post by: thrinn on July 02, 2017, 08:29:02 PM
Regarding BACKSPACE, there are a lot of very heated discussions on the net because this shortcut has apparently been removed from Chromium some update ago.
Apparently there is an "extension", but that does not help for App Windows, right?
Alas, the context menu works and offers a "Back" option.
Title: Re: <a href= in an app does not work - by design?
Post by: ubacher on July 02, 2017, 10:13:20 PM
I found the context menu. As a firefox user I was not familier with this.
Thanks.
All is well.