Show button popups on mouse down, not button press --------------------------------------------------
Key: PIVOT-478 URL: https://issues.apache.org/jira/browse/PIVOT-478 Project: Pivot Issue Type: Improvement Components: wtk, wtk-wtkx Affects Versions: 1.4 Reporter: Greg Brown Priority: Minor Fix For: 1.5 Button press isn't fired until after the click event, which isn't consistent with most other UI toolkits (which show the popup on mouse down). Also, button press invokes the button's action, which we don't necessarily want to do: - ListButton should only fire button press when split and the content area is clicked, or a list item is selected. - MenuButton and CalendarButton should not fire button press. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.