Opened 15 years ago
Closed 14 years ago
#1196 closed defect (fixed)
Tooltip disaster when missing connectId
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi there,
I just spent a long time trying to track down a problem that turned out to be caused by one of my tooltips having a connectId for which no corresponding element existed. This wouldn't have been so bad, except it caused *all* of the tooltips on the page to appear (when their connect element was moused over) and then not disappear.
Cheers, Andrew.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | → 0.5 |
---|
comment:2 Changed 14 years ago by
Component: | Widgets → Dijit |
---|---|
Milestone: | 0.9 → 1.0 |
comment:3 Changed 14 years ago by
Milestone: | 1.0 → 0.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
OK, I just tested this against Dijit; now it causes a javascript exception, which you can trace back to find out which id it couldn't look up. I think that's sufficient.