#13848 closed defect (fixed)
test file has unneeded tooltip hack
Reported by: | bill | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
test_grid_tooltip_menu.html has an apparently unneeded hack for hiding the tooltip. It's from [10785] but I rolled back to that revision and removed the code and it worked fine, so it doesn't seem to be needed even there. The code is:
// FIXME: make sure that pesky tooltip doesn't reappear! // would be nice if there were a way to hide tooltip without regard to aroundNode. dijit._masterTT._onDeck=null;
Attachments (1)
Change History (3)
Changed 9 years ago by
Attachment: | removeTooltipHack.patch added |
---|
comment:1 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
In [26658]: