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

[TextArea] Platform specific key mappings don't work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • javafx

      The platform specific key mappings in TextAreaBehavior aren't evaluated, because they are in a map which is a grand-child of the control's input map, and the InputMap.lookup() method only handles two levels of maps. The method should be made recursive.

      To reproduce, start HelloTextArea and type ctrl-Down (Linux and Windows) or alt-Down (MacOS).

      This is blocking JDK-8089120.

            jgiles Jonathan Giles
            leifs Leif Samuelsson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: