[
https://issues.apache.org/jira/browse/FLEX-33941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13833939#comment-13833939
]
mark goldin commented on FLEX-33941:
------------------------------------
Here is sample code:
<?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"
minWidth="955" minHeight="600">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects)
here -->
</fx:Declarations>
<s:VGroup paddingLeft="20">
<s:TextInput/>
<s:DataGrid id="dg" width="500">
<s:columns>
<s:ArrayList>
<s:GridColumn dataField="name"
headerText="Name"/>
<s:GridColumn dataField="phone"
headerText="Phone"/>
<s:GridColumn dataField="email"
headerText="Email"/>
</s:ArrayList>
</s:columns>
</s:DataGrid>
<s:TextInput/>
</s:VGroup>
</s:Application>
> Spark DataGrid Tabbing
> ----------------------
>
> Key: FLEX-33941
> URL: https://issues.apache.org/jira/browse/FLEX-33941
> Project: Apache Flex
> Issue Type: Bug
> Components: Spark: DataGrid
> Affects Versions: Apache Flex 4.11.0
> Reporter: mark goldin
> Priority: Blocker
>
> When tabbing out of a Spark DataGrid a focus does not leave the grid but
> instead goes into first column's header.
--
This message was sent by Atlassian JIRA
(v6.1#6144)