-
Type:
Bug
-
Status: Verified
-
Resolution: Unresolved
-
Affects Version/s: 7.0.6 CE GA7, 7.0.0 DXP FP80, 7.0.X, 7.1.2 CE GA3, 7.1.10 DXP FP10, 7.1.X, 7.2.0 Beta 2, Master
-
Fix Version/s: None
-
Component/s: Portal Configuration, Portal Configuration > Portal Settings
-
Labels:
-
Story Points:3
-
Fix Priority:3
-
Browsers:Chrome (latest), Edge (latest), Firefox (latest)
When creating mailto-Links to an e-mail-address on the same domain, clicking on the link redirects to the homepage instead of opening the e-mail program.
Steps to reproduce:
- Assuming your portal is running on a domain like mydomain.com
- Create a simple webcontent with the following content:
<p><a href="mailto:foo@mydomain.com">foo@mydomain.com</a></p>
- Publish the webcontent
- Place the webcontent on a page
- Open the page in the browser and click the link
Current behavior:
- Clicking the link opens the homepage at mydomain.com/
Expected behavior:
- The e-mail program is started with foo@mydomain.com
as the receipient
Additional Information:
- The problem above does not occur in Internet Explorer 11
- The problem above does not occur when opening the link in a new window (right click - open in new window)
Workaround:
- A workaround is possible by adding data-senna-off="true" to the <a>-Tag