You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/04/21 17:19:50 UTC

[jira] Created: (PIVOT-478) Show button popups on mouse down, not button press

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.


[jira] Updated: (PIVOT-478) Show button popups on mouse down, not button press

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown updated PIVOT-478:
-----------------------------

    Issue Type: Bug  (was: Improvement)
      Assignee: Greg Brown

> 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: Bug
>          Components: wtk, wtk-wtkx
>    Affects Versions: 1.4
>            Reporter: Greg Brown
>            Assignee: 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.