Bug #6677
closedCB Menu Request Connection does not work on mobile
Description
When clicking the Request Connection link on the CB Menu bar it does nothing on click as if the click is ignored. The Request Connection button in the Connections Path however works fine and successfully opens the modal window.
Updated by krileon over 7 years ago
This appears to be due to a tooltip inside of a tooltip and the rebinding of nested tooltips is not functioning.
Updated by krileon over 7 years ago
Ok, for mobile the dropdown is displaying the original HTML instead of the tooltip menu. The original HTML has no bindings.
Updated by krileon over 7 years ago
This is on purpose as it's a nested tooltip that is bound when its parent is rendered. Without the current code in place you've the same tooltip bound twice which conflicts. Need to review having the unbound usage trigger the bound usage or something of the sort. Would probably be easier to just use the tooltip dropdown menu instead of trying to use the original.
Updated by krileon over 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1267
Improved the clean up behavior for nested tooltips when they have been destroyed by other means. Next added open target to allow the tooltip binding to still work even for the inline usage.
Updated by krileon over 7 years ago
- Target version changed from CB 2.2 to CB 2.1.3