#3359 closed defect (fixed)
ComboButton menu should be positioned under the button
Reported by: | simonjb | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The ComboButton menu should be positioned under the button. It is instead positioned to the right of the button:
- open dijit/tests/form/test_Button.html
- click on one of the "Save" ComboButtons
- the menu pops up to the right of the button not underneath
Behaviour observed in:
- FF, Windows
- IE6, Windows
- IE7, Windows
- WebKit, Mac
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | ComboButton.png added |
---|
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 9 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9024]) Start refactor of _onMouse() as outlined in http://trac.dojotoolkit.org/ticket/3350. Refs #3350 and fixes #3359. Tundra's ToggleButton? needs some CSS love; hard to differentiate the two states.