
|
If you were logged in you would be able to see more operations.
|
|
|
Flex SDK
Created: 05/07/08 09:13 AM
Updated: 05/16/08 06:01 PM
|
|
| Component/s: |
Drag and Drop
|
|
Security Level:
|
Public
(All JIRA Users
)
|
|
| Severity: |
Non Functioning
|
| Reproducibility: |
Every Time
|
| Discoverability: |
Medium
|
| Found in Version: |
SDK Flex 3 (Released)
|
| Affected OS(s): |
All OS Platforms
|
| Steps to Reproduce: |
Steps to reproduce:
1. addEventListener(NativeDragEvent.NATIVE_DRAG_DROP,onDrop);
2.
3.
Actual Results:
nothing happens
Expected Results:
event would fire
Workaround (if any):
this.... kludgy as hell, has to sit on the main application to work
public function onDrop(e:NativeDragEvent):void{
var pointUnder:Array = this.getObjectsUnderPoint(new Point(e.localX,e.localY) );
for (var i:int=0;i<pointUnder.length;i++){
if ( pointUnder[i].hasOwnProperty("document") && pointUnder[i]['document'] is CustomRallyRenderer){
Debug.out("RallyPointId = "+pointUnder[i]['document']['rId']);
var rpId:int = pointUnder[i]['document']['rtId'];
var sendFileProxy:SendFileProxy = facade.retrieveProxy(SendFileProxy.NAME) as SendFileProxy;
}
Steps to reproduce:
1. addEventListener(NativeDragEvent.NATIVE_DRAG_DROP,onDrop);
2.
3.
Actual Results:
nothing happens
Expected Results:
event would fire
Workaround (if any):
this.... kludgy as hell, has to sit on the main application to work
public function onDrop(e:NativeDragEvent):void{
var pointUnder:Array = this.getObjectsUnderPoint(new Point(e.localX,e.localY) );
for (var i:int=0;i<pointUnder.length;i++){
if ( pointUnder[i].hasOwnProperty("document") && pointUnder[i]['document'] is CustomRallyRenderer){
Debug.out("RallyPointId = "+pointUnder[i]['document']['rId']);
var rpId:int = pointUnder[i]['document']['rtId'];
var sendFileProxy:SendFileProxy = facade.retrieveProxy(SendFileProxy.NAME) as SendFileProxy;
}
|
| Language Found: |
English
|
| Bugbase Id: |
none
|
| QA Owner: |
Joan Lafferty
|
| Participants: |
Joan Lafferty and Patrick Lemiuex
|
|
All
|
Comments
|
|
Sort Order:
|
|