With JEditorPane and JTextPane the numbering of alphanumeric list is wrong

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: 5.0, 6
    • Component/s: client-libs

      The follow HTML code:
      <ol type="a" start="50">
        <li></li>
        <li></li>
        <li></li>
        <li></li>
      </ol>
       
      should show as:
      ax.
      ay.
      az.
      ba.
       
       
      but it will show as:
      ax.
      ay.
      b`.
      ba.
       
       
      S

            Assignee:
            Peter Zhelezniakov
            Reporter:
            Ting-Yun Ingrid Yao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: