Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6512801

With JEditorPane and JTextPane the numbering of alphanumeric list is wrong

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 5.0, 6
    • 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

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

              Created:
              Updated:
              Imported:
              Indexed: