You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Mark Kessler (JIRA)" <ji...@apache.org> on 2013/04/12 22:48:16 UTC

[jira] [Comment Edited] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

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

Mark Kessler edited comment on FLEX-33487 at 4/12/13 8:47 PM:
--------------------------------------------------------------

Here is a temp work around that you can use now, while I sort out a proper fix.  Althought current method editorActivationMouseEvent is only available to the current GIT development branch.  Didn't notice it's flex 5 tag.

<s:DataGrid dataProvider="{acTestData}" editable="true" doubleClickEnabled="true" editorActivationMouseEvent="doubleClick">
</s:DataGrid>

                
      was (Author: paeros):
    Here is a temp work around that you can use now, while I sort out a proper fix.

<s:DataGrid dataProvider="{acTestData}" editable="true" doubleClickEnabled="true" editorActivationMouseEvent="doubleClick">
</s:DataGrid>

                  
> Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true
> ----------------------------------------------------------------------------------------
>
>                 Key: FLEX-33487
>                 URL: https://issues.apache.org/jira/browse/FLEX-33487
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: DataGrid
>    Affects Versions: Apache Flex 4.9.0
>            Reporter: JC Franco
>            Assignee: Mark Kessler
>            Priority: Minor
>              Labels: DataGrid, Editable, Spark
>
> Editable DataGrid does not behave as expected if doubleClickEnabled is set to true. Double-clicking on an item does not immediately start the editor session.
> Workaround:
> Use triple-click to trigger item editor session.

--
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