Metadata
- Source
- FLUID-16
- Type
- Bug
- Priority
- Minor
- Status
- Closed
- Resolution
- Won't Fix
- Assignee
- Jonathan Hung
- Reporter
- Jonathan Hung
- Created
2007-06-28T10:10:00.000-0400 - Updated
2007-07-31T08:58:57.000-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Image Reorderer
Description
Currently the tooltip appears instantly after the user has selected a new item in the Lightbox.
This is because Lightbox.js is invoking the tooltip using dijit.Tooltip.open() which does use a delay.
Instead we should be using an event to trigger the tooltip to execute Tooltip._onHover() or Tooltip._onMouseOver() to display the tooltip, and an event to close the tooltip (Tooltip._onMouseOut() and Tooltip._onUnHover).
Comments
-
Michelle D'Souza commented
2007-07-31T08:58:57.000-0400 The tooltip has been replaced with static text.