Opened 10 years ago
Closed 10 years ago
#13127 closed defect (fixed)
dijit.showTooltip badly place the tooltip when called with a large rectangle as the "aroundNode" argument.
Reported by: | Patrick Ruzand | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
The dijit.showTooltip function creates a wrong tooltip when called with a rectangle larger than the tooltip size as the "aroundNode" argument. To reproduce, put the attached sample in the dijit/tests directory, launch the page, and click the "Show Tooltip" button. Result in Dojo 1.7: the tooltip's main box is placed near the middle of the right side of the grey box, but its tip is displayed at the top-right, far from the main tooltip box. In Dojo 1.6, the whole tooltip is displayed at the bottom-right of the box.
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | test_Tooltip2.html added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
testcase. works in 1.6. KO in 1.7