Virtual keyboard 'ENTER' key has no effect on a HTMLEditor

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8u20
    • Component/s: javafx
    • None
    • Environment:

      W7

      The 'ENTER' key of the virtual keyboard does not insert a new line while editing with the HTMLEditor.

      On Windows, this is solved by changing
      "key = new KeyCodeKey("enter", "\n", KeyCode.ENTER);"
      by
      key = new KeyCodeKey("enter", "\r", KeyCode.ENTER); // \n replaced by \r
      in FXVKSkin.loadBoard(String type)

            Assignee:
            Unassigned
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Imported: