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/09/17 20:45:33 UTC

[jira] Updated: (PIVOT-247) Mouse.capture() interferes with mouseClick event

     [ https://issues.apache.org/jira/browse/PIVOT-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown updated PIVOT-247:
-----------------------------

    Fix Version/s:     (was: 2.0)

> Mouse.capture() interferes with mouseClick event
> ------------------------------------------------
>
>                 Key: PIVOT-247
>                 URL: https://issues.apache.org/jira/browse/PIVOT-247
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>            Reporter: Todd Volkert
>            Priority: Minor
>
> Use case: add functionality for the user to be able to double click on the resize handle of a TableViewHeader column to set the column to its default size.
> As the code stands right now, this feature is blocked from being implemented because when the user presses the mouse over the column resize area, we capture the mouse, and we release it upon mouse up.  This process causes there to be no mouseClick event fired on the TableViewHeader.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.