[TextArea] Platform specific key mappings don't work

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: