Opened 15 years ago
Closed 15 years ago
#2826 closed task (fixed)
TooltipDialog: implement
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Based on the Dialog code, but shows up positioned below an element, like Tooltip. Need to click on the screen (or hit ESC) to close the TooltipDialog?; merely moving the mouse away from the trigger node won't do it.
TooltipDialog? should take a list of trigger nodes, like Menu.
Change History (6)
comment:1 Changed 15 years ago by
Component: | Widgets → Dijit |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
(In [9188]) Refactor TooltipDialog? to use dijit.util.popup. Refs #2826.
comment:4 Changed 15 years ago by
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [9187]) Implement TooltipDialog?: a dialog that drops below a node, like a tooltip. This initial implementation extends Dialog, but planning to refactor to use dijit.util.popup to control display. Refs #2826.