#1115 closed defect (fixed)
Tooltips that have a 'toggle' set are buggy
Reported by: | Owned by: | liucougar | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | tooltip | Cc: | |
Blocked By: | Blocking: |
Description
In svn rev4688 tooltips with href don't work properly.
When no 'toggle' is set then the first tooltip to be displayed will stick around forever, it never disappears. After that the other tooltips (if any on the same page) work fine.
When a 'toggle' is set (i.e. toggle:"fade") then the first time you hover over the tooltip it will show up for a second, then disappear. After that all tooltips work normally.
"Normal" tooltips (without a href) seem not to be affected.
Bug can be reproduced on http://archive.dojotoolkit.org/nightly/tests/widget/test_Tooltip.html
Attachments (1)
Change History (9)
comment:1 Changed 16 years ago by
Owner: | changed from bill to liucougar |
---|
comment:2 Changed 16 years ago by
Milestone: | → 0.4 |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
now the tooltips seem to work fine as long as no toggle is set.
but when a toogle is set (e.g. toggle:"fade") then the first time you roll over a tooltip it will show up for a second, then vanish. after that first surprise the tooltips work normally.
comment:5 Changed 16 years ago by
Summary: | Tooltips with href stick around forever → Tooltips that have a 'toggle' set are buggy |
---|
Changed 16 years ago by
Attachment: | tooltip.patch added |
---|
comment:6 Changed 16 years ago by
the proposed fix is attached: a new function move is introduced in PopupContainer?
fixed in r4690