#1774 closed defect (fixed)
Tooltip.js has typo in onMouseOver function
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
line 64 of the .4 release of srcwidgetTooltip.js has this.tracking = true;
however, the tracking variable should be this._tracking, as it is used everywhere else. I'm not sure if this has any actual implications, though it definitely seems like things will get called twice. Whether that has any negative consequences i'm not sure.
:)ross
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → 0.4.1 |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [6336]) Fixes #1774 (thanks for pointing that out, it might have been causing bad problems)