Ticket #5425 (closed defect: invalid)
Tooltip delay assumes connectId is visible
| Reported by: | tk | Owned by: | tk |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | dijit.Tooltip Tooltip top left |
| Cc: | bill |
Description
When you have a delay on a tooltip (to display) if during that delay the node becomes unavailable (new tab is selected in a tabContainer or display none'd? -- I know the tab test works) the timer is not stopped (how could it know really...) but when it fires, it makes no check to validate that the node its trying to open by is still available and you get stuck with Tooltips opening in the top left corner.... (and sometimes not going away w/o opening a 2nd tooltip and letting it go away naturally)
Change History
Note: See
TracTickets for help on using
tickets.