[
https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630564#comment-13630564
]
JC Franco commented on FLEX-33487:
----------------------------------
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
<s:DataGrid doubleClickEnabled="true" editable="true">
<s:ArrayList>
<s:DataItem label="1"/>
<s:DataItem label="2"/>
<s:DataItem label="3"/>
<s:DataItem label="4"/>
<s:DataItem label="5"/>
</s:ArrayList>
</s:DataGrid>
</s:Application>
> 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