Handsontable's Menu widget closes on any mouseup inside an item and unconditionally preventDefault()s contextmenu, even for the info item, which has no callback and exists purely to show read-only column details. That made its text impossible to select or right-click-copy. Marked the item isCommand: false and stop mousedown/mouseup/contextmenu/selectstart from bubbling past its rendered content to the menu's own listeners.