Opened 13 years ago
Closed 13 years ago
#5406 closed defect (fixed)
"above" tooltip display/positioning problems
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Noticed a number of tooltip display/positioning problems when the tooltip is above the target node. Seen in test_Tooltip.html after pressing the "above/below" button.
General: "Above" tooltip sometimes appears too low, especially the first time the tooltip is shown. Happens even when page isn't scrolled. (IE, FF, Safari)
IE6: above tooltip: tooltip connector triangle overlaps tooltip contents (IE6 only)
FF2: can see border between connector and tooltip contents - this is fixed in FF3 so won't fix for FF2.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [11841]) Fix tooltip positioning the first time an "above" tooltip is shown. Refs #5214, #5406.