Superscript/subscript markup fails if not preceded by spaces

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: 6.4.14, 7.0.10, 7.2.3, 7.2.6, 7.3.0, 7.12.3, 8.0.1, 9.3.0
    • Component/s: Issue - Fields
    • 6.04
    • 7
    • Severity 3 - Minor
    • 1

      Issue Summary

      Superscript/subscript markup fails if not preceded by spaces

      Steps to reproduce 

      • Type in a comment/summary: 2 N+1 and 2^N^+1 in wiki markup
      • Alternatively type 0+1 and a~0~+1 in wiki markup.

      Expected results

      Correct markup with superscript (first case) and subscript (last case) is shown.
       

      Actual results

      succeeds: 2 N+1
      fails: 2^N^+1

      succeeds: a 0+1
      fails: a~0~+1

      Workaround

      • Use spaces between the object to be superscript/subscript
      • You can put the markup in braces:
        n{^}2^

        results in: n2

            Assignee:
            Unassigned
            Reporter:
            jason_s
            Votes:
            35 Vote for this issue
            Watchers:
            39 Start watching this issue

              Created:
              Updated: