Skip to content

Mailto opens in _blank #102

Description

@alexwasner

Expected behavior:
User clicks href="mailto:name@url.com" and users email client opens.

Current behavior:
User clicks href="mailto:name@url.com" and new _blank window along side the users email client.

My current fix although I have not done extensive testing
in Application.js

      isMail = url.indexOf('mailto:') > -1 ? true : false;
      if(isMail){
        target = '_top';
      }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions