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

Justin Mclean commented on FLEX-33542:
--------------------------------------

And also spark data grid - so more likely an issue with Cursors or SWFLoader?
        
        <s:DataGrid
                width="100%" height="100%"
                dataProvider="{dpADG}">
                
                <s:columns>
                        <s:ArrayList>
                                <s:GridColumn dataField="Artist" />
                                <s:GridColumn dataField="Album" />
                                <s:GridColumn dataField="Price" />
                        </s:ArrayList>
                </s:columns>
                
        </s:DataGrid>
                
> mx:AdvancedDataGrid header column separators display embedded SWF on mouseover
> ------------------------------------------------------------------------------
>
>                 Key: FLEX-33542
>                 URL: https://issues.apache.org/jira/browse/FLEX-33542
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: .Unspecified - Framework
>    Affects Versions: Apache Flex 4.9.0
>            Reporter: Edward Trochim
>         Attachments: AdvDataGridBugTest.zip
>
>
> The mx:AdvancedDataGrid control in Flex 4.9.1 is acting very oddly when the 
> application has an embedded SWF. When a user mouses over the header column 
> separators in the AdvancedDataGrid the SWF will display on top of the mouse 
> cursor. A demonstration of this behavior can be found here: 
> https://dl.dropboxusercontent.com/u/11780410/AdvDataGridBugTest/AdvDataGridBugTest.html

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