mailto links doesn't work correctly when the email starts with a special character.

XMLWordPrintable

    • 1
    • Severity 3 - Minor

      Summary

      mailto links doesn't work correctly when the email starts with a special character.

       

      Steps to Reproduce

      1. Create an email link to 2 different emails test@test.com and _test@test.com on a page
      2. Save the page and try clicking on both links

      Expected Results

      Both links to emails should be working

      Actual Results

      Only the 1st link to the email is working. The second one doesn't.
      Storage format loonks like the following:

      {code:borderStyle=solid}
      <p>
      <br/>
      </p>
      <p>
      <a href="mailto:test@test.com">test@test.com</a>
      </p>
      <p>
      <br/>
      </p>
      <p>
      <a>_test@test.com</a>
      </p>
      {code}

            Assignee:
            Unassigned
            Reporter:
            Omar Raissi (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: