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);
TextArea textArea = new TextArea();
textArea.setContextMenu(contextMenu);
- relates to
-
JDK-8120816 Calls to setContextMenu() in TextField and TextArea result in double menus shown
-
- Closed
-
-
JDK-8091503 [TextArea, TextField] I18N for Default ContextMenu of TextInput
-
- Open
-