Commands added with JRibbon.addTaskbarCommand(RibbonTaskbarCommandButtonProjection) API do not display "Remove from taskbar" in the context menu in the sample app. This API needs to be replaced with JRibbon.addTaskbarCommand(CommandButtonProjection) and use presentation model overlay to enforce taskbar-specific presentation bits
Missing API to remove a taskbar app menu link. Add JRibbon.removeTaskbarAppMenuLink.
Missing API to display context menu on app menu entries. Add OnShowContextualMenuListener.getContextualMenuContentModel to cover that
No contextual menu displayed on app menu or taskbar overflow popup menu elements
JRibbon.addTaskbarCommand(RibbonTaskbarCommandButtonProjection)
API do not display "Remove from taskbar" in the context menu in the sample app. This API needs to be replaced withJRibbon.addTaskbarCommand(CommandButtonProjection)
and use presentation model overlay to enforce taskbar-specific presentation bitsJRibbon.removeTaskbarAppMenuLink
.OnShowContextualMenuListener.getContextualMenuContentModel
to cover that