TextArea context menu should be set as contextMenu property

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 7u6
    • Component/s: javafx
    • Environment:

      javafx-sdk2.2.0-beta-b15

      TextArea contains context menu. I'd expect it to be available through contextMenu property so it is possible to customize its items. However, the property is null if not set and the following weird double menus appear if you set your own context menu.

              TextArea textArea = new TextArea();
              textArea.setContextMenu(contextMenu);

            Assignee:
            Unassigned
            Reporter:
            Alexander Kuznetcov (Inactive)
            Votes:
            6 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Imported: