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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u20
    • 8u5
    • javafx
    • 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")

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

              Created:
              Updated:
              Resolved:
              Imported: