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

TextArea context menu should be set as contextMenu property

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 7u6
    • javafx
    • 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);

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

              Created:
              Updated:
              Imported: