Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.14.0
-
None
Description
Menu Actions annotated with ActionLayout.describedAs =.. will not produce a tooltip when you mouse-over the corresponding menu item.
SimpleObjectMenu.java
@ActionLayout(describedAs="Create a new object.") public SimpleObject create(..){ .. }
Steps to reproduce:
Take the simple-app artifact 1.14 and add an ActionLayout annotation like above to the SimpleObjectMenu.