[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
RISC Bug: mailto component leads to error site "Navigation Canceled"  XML
Forum Index -> Development
Author Message
amischler

Power User

Joined: 12/03/2015 13:53:14
Messages: 87
Offline

Hi Björn

Our users have reported a problem with the Mailto component since using CaptainCasa version 20190718. Whenever the Mailto component is used to create a new email, Internet Explorer additionally opens an error web page titled "Navigation Canceled" (see screenshot).

This behavior can be reproduced locally in our development environment, in the Demo Workplace as well as in the productive system. With the Demo Workplace from https://www.captaincasademo.com/ccdemos/workplace.workplaceRisc.risc the problem cannot be reproduced.

If I use the HTML code Code:
<a href="mailto:jemand@beispiel.com">send e-mail</a>
instead, the problem does not occur.

Do you know the reason why Internet Explorer displays an error web page titled "Navigation Canceled"?

Regards, Adrian
[Thumb - NavigationToTheWebpageWasCanceled.png]
 Filename NavigationToTheWebpageWasCanceled.png [Disk] Download
 Description NavigationToTheWebpageWasCanceled
 Filesize 58 Kbytes
 Downloaded:  308 time(s)

CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5523
Offline

...not yet... - in principle the "mailto" URL is opened just as a normal URL in a new browser window. We will check...

Regards, Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5523
Offline

FYI: we took a look and did not find some proper solution yet. IE 10/11 are behaving different from other browsers here (also in Edge no problems).

We internally open the "mailto" URL with
Code:
 window.open(<mailToUrlString>,"target_"+counter)
 


If anyone knows a better way to do this, we appreciate your feedback! ;-)

Regards, Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team