Opened 12 years ago
Closed 9 years ago
#7872 closed defect (wontfix)
Tooltip: will not follow node
Reported by: | Les | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 2.0 |
Component: | Dijit | Version: | 1.2.0 |
Keywords: | tooltip | Cc: | |
Blocked By: | Blocking: |
Description
Steps to recreate:
1.) http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/layout/test_BorderContainer.html
2.) Run the following in FB's console:
dijit.showTooltip('Hi There !!!', dijit.byId('dijit_form_FilteringSelect_0').domNode)
3.) Adjust the left and bottom splitters.
When adjusting the left splitter, the tooltip should follow the node it's attached too. When adjusting the bottom splitter, the tooltip should not be visible when the node it's attached to is not visible.
Change History (2)
comment:1 Changed 12 years ago by
Milestone: | tbd → 2.0 |
---|---|
Summary: | Toolitp will not follow node → Tooltip: will not follow node |
comment:2 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
So, Tooltips for ValidationTextBox etc. disappear on scroll because the TextBox loses focus. If a custom app calls dijit.showTooltip(), then it needs to do the same thing, hiding the tooltip on blur or mouseleave.
Similar to #4600; probably will fix in the same way, by erasing the tooltip on node movement.