Hi.
In dojo 1.4 default, dijit.form.DropDownButton.openDropDown() and closeDropDown() are connected to mouse down event. Is there a way to connect them not to mouse down but to mouse up event ? I want to realize draggable DropDownButton and open/closeDropDown() invoked just after mouse down is too early.