Form Field Markup for Templates does not work with special characters such as -, &, %, $

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Medium
    • None
    • Affects Version/s: 2.8
    • Component/s: None

      Form field markup for templates does not work with special characters, such as: -, &, %, $. The steps to reproduce:

      Create the following code in a page:

      @team|list(A&team,B_team)@
      

      The dropdown box is not created.

      The following markup, with ampersand changed to an underscore works correctly.

      @team|list(A_team,B_team)@
      

      Other special characters that cannot be used include

      / * , \ - % $ 
      

            Assignee:
            Unassigned
            Reporter:
            Arie Murdianto
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: