FLOE-279: Style tooltip of the First Discovery tool to match the design

Metadata

Source
FLOE-279
Type
Bug
Priority
Minor
Status
Closed
Resolution
Duplicate
Assignee
Jonathan Hung
Reporter
Jonathan Hung
Created
2015-02-18T14:26:53.082-0500
Updated
2015-11-12T14:46:27.602-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. First Discovery

Description

Currently tooltips are not contextualized. When they are displayed, they do not display with an arrow pointing to the element "owning" the tooltip.

Part of the problem is the jQuery tooltip is being instantiated in a element unrelated to the elements requiring the tooltip.

Consider adding independent tooltips per hoverable element, or consider a new approach.

Comments