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

Justin Mclean updated FLEX-32714:
---------------------------------

    Labels: easytest  (was: )
    
> By pressing F2 key, non-editable cells turn to edit mode.
> ---------------------------------------------------------
>
>                 Key: FLEX-32714
>                 URL: https://issues.apache.org/jira/browse/FLEX-32714
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: ADG:CellSelection
>    Affects Versions: Adobe Flex SDK 3.0 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Language Found: Japanese
>            Reporter: Adobe JIRA
>              Labels: easytest
>
> Steps to reproduce:
> 1. create cell mode ADG like ...
>     <mx:AdvancedDataGrid id="adg" width="600" height="400" 
> dataProvider="{_ac}"
>             horizontalCenter="0" verticalCenter="0" editable="true"
>             selectionMode="singleCell">
>         <mx:columns>
>             <mx:AdvancedDataGridColumn headerText="Hoge" dataField="colA" 
> editable="false"/>
>             <mx:AdvancedDataGridColumn headerText="Foo" dataField="colB"/>
>             <mx:AdvancedDataGridColumn headerText="Bar" dataField="colC"/>
> 2. run the app
> 3. select a cell in Hoge column and press F2 key
>  
>  Actual Results:
>  turn to edit mode
>  
>  Expected Results:
>  it should not turn to edit mode
>  
>  
>  Workaround (if any):

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