[KeyCode] Wrong key code report for dead circumflex using KeyCode.getKeyCode(String name)

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8u20
    • Affects Version/s: 8u5
    • Component/s: javafx
    • Environment:

      Windows 7

      When trying to get the KeyCode instance of DEAD_CIRCUMFLEX using the method getKeyCode(String name), we obtain the instance of CIRCUMFLEX.

      In fact, the name of DEAD_CIRCUMFLEX is Circumflex, it should be "Dead Circumflex"

      KeyCode.java, Line: 640: DEAD_CIRCUMFLEX(0x82, "Circumflex")
      KeyCode.java, Line: 755: CIRCUMFLEX(0x0202, "Circumflex")

            Assignee:
            Steve Northover (Inactive)
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: