[jira] [Comment Edited] (FLEX-33542) mx:AdvancedDataGrid header column separators display embedded SWF on mouseover

2013-05-14 Thread Justin Mclean (JIRA)

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

Justin Mclean edited comment on FLEX-33542 at 5/14/13 1:19 PM:
---

It's assigned to Alex believe he knows where to look.

  was (Author: jmclean):
It's assigned to Alex believe it he knows where to look.
  
 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
Assignee: Alex Harui
 Attachments: AdvDataGridBugTest.zip, CursorButton.as


 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


[jira] [Comment Edited] (FLEX-33542) mx:AdvancedDataGrid header column separators display embedded SWF on mouseover

2013-05-14 Thread Edward Trochim (JIRA)

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

Edward Trochim edited comment on FLEX-33542 at 5/14/13 3:05 PM:


This is the workaround I am using in my application.

I pulled the CursorStretch.fxg file from the SDK source into my project. I then 
set stretchCursor={CursorStretch} for each DataGrid and AdvancedDataGrid in 
my project. You can also set advDataGrid.setStyle(stretchCursor, 
CursorStretch); both work equally well.

It also seems you can apply the strechCursor via CSS like so:

mx|AdvancedDataGrid {
stretchCursor: ClassReference(graphics.CursorStretch)
}

  was (Author: etrochim):
This is the workaround I am using in my application.

I pulled the CursorStretch.fxg file from the SDK source into my project. I then 
set stretchCursor={CursorStretch} for each DataGrid and AdvancedDataGrid in 
my project. You can also set advDataGrid.setStyle(stretchCursor, 
CursorStretch); both work equally well.

What is interesting is what I discovered while coming up with this workaround. 
If you set stretchCursor to the CursorStretch class via CSS then the issue will 
present itself. However, if you set stretchCursor to an embedded image in CSS 
then the issue will go away. I did not use this method though because this 
caused the cursor to be left aligned instead of center aligned, causing the 
cursor to appear directly to the right of the separator.
  
 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
Assignee: Alex Harui
 Attachments: AdvDataGridBugTest.zip, CursorButton.as


 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


[jira] [Comment Edited] (FLEX-33542) mx:AdvancedDataGrid header column separators display embedded SWF on mouseover

2013-05-07 Thread Justin Mclean (JIRA)

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

Justin Mclean edited comment on FLEX-33542 at 5/7/13 3:57 PM:
--

Can you provide sample code showing this issue? It will be easier to fix if we 
have code to look at.

  was (Author: jmclean):
Can you provide a sample code showing this issue? It will be easier to fix 
if we have code to look at.
  
 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

 The mx:AdvancedDataGrid control in Flex 4.9.1 is interacting 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