[ 
https://issues.apache.org/jira/browse/FLEX-33190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452394#comment-13452394
 ] 

Carol Frampton commented on FLEX-33190:
---------------------------------------

1.  If you would like to compile the SDK with ANT I can help you figure out it 
out.

2.  A non-code change solution might be to set this var which is in Grid.as to 
a smaller time interval.

    // default max time between clicks for a double click is 480ms.
    mx_internal var DOUBLE_CLICK_TIME:Number = 480;

                
> GridEvent.GRID_DOUBLE_CLICK is dispatched even when two different cells are 
> clicked
> -----------------------------------------------------------------------------------
>
>                 Key: FLEX-33190
>                 URL: https://issues.apache.org/jira/browse/FLEX-33190
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: Grid
>    Affects Versions: Apache Flex 4.8 (parity release)
>            Reporter: Shigeru Nakagaki
>         Attachments: DataGridTest.mxml, Grid.as
>
>
> In dispatchGridClickEvents method of "s:Grid" class, 
> GridEvent.GRID_DOUBLE_CLICK is dispatched. But there is no check of whether 
> the same cell was clicked.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to