From Sage on 5/18/16
This can be one of two things:
The popup that should appear when you click Delete, Share or Feature. This currently seems to work okay on the LLB, CM and Vis "detail" pages, so maybe this issue was resolved at some point?
The text that appears when you simply hover a button. This doesn't seem to work on the detail pages, but does show up on the Customize button on the Tool "preview" pages. See for example http://education.oceanobservatories.org/node/1941 Did we remove the basic tooltips in order to get the popups to work?
That said, I have also noticed a bug that prevents the popups from showing when a resource has a quote or apostrophe in it's title or description, however, I can't seem to find the offending resource to verify this.
From Allan on 5/23/16
Hi, Sage,
loadMenu is loading the popover menu that shows the option and text for share, feature, etc. my tooltip change is just for the rollover text. we need to keep the loadMenu
From Sage on 5/25/16
The tooltip on the Visualization Preview page disappears very quickly.
The tooltips on the regular "detail" pages do not go away at all until you move your mouse. It would be better if they disappeared when you clicked on the buttons which opens the popup. (This may be why we removed the tooltips on this page originally). Is this an easy tweak?
From Sage on 5/18/16 This can be one of two things:
That said, I have also noticed a bug that prevents the popups from showing when a resource has a quote or apostrophe in it's title or description, however, I can't seem to find the offending resource to verify this.
From Allan on 5/23/16 Hi, Sage, loadMenu is loading the popover menu that shows the option and text for share, feature, etc. my tooltip change is just for the rollover text. we need to keep the loadMenu
From Sage on 5/25/16 The tooltip on the Visualization Preview page disappears very quickly. The tooltips on the regular "detail" pages do not go away at all until you move your mouse. It would be better if they disappeared when you clicked on the buttons which opens the popup. (This may be why we removed the tooltips on this page originally). Is this an easy tweak?
From Allan on 5/25/16 I changed tooltip to hide after 2 seconds, looks and behave ok on my local enviornment https://github.com/ooiepe/epe_modules/pull/101 https://github.com/ooiepe/epe_theme/pull/25