#3826 closed defect (fixed)
tooltipdialog above dropdownbutton does not display correct
Reported by: | liucougar | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
see the connector in the screenshot
this only affects IE 6 (did not try IE 7 though), while FF is ok
Attachments (1)
Change History (6)
Changed 14 years ago by
comment:1 Changed 14 years ago by
How to reproduce:
- in IE, load dijit/tests/test_Dialog.html
- scroll down the page, until the button "Show Tooltip Dialog pointing upwards, with links" is shown at the bottom of the viewport
- click on the button
comment:2 Changed 14 years ago by
Milestone: | → 0.9 |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [9919]) Fix a bunch of layout problems with Tooltip/TooltipDialog?. In short
- don't use margin with elements overflowing their containing block; too unstable.
- tooltip appears differently depending on it's position, and even it's size changes, so add callback to position code to set orientation before querying the size.
Fixes #3826 Note that tooltips on Safari seem broken before and after this change, needs to be looked into separately.
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
there is a gap between the connector and the main body of the tooltipdialog