yishayw commented on issue #959:
URL: https://github.com/apache/royale-asjs/issues/959#issuecomment-735366456


   Problem might be that ProgressEvent doesn't pass on the bubbles param. 
Thanks, @greg-dove.
   
   ```
   public function ProgressEvent(type:String, bubbles:Boolean=false, 
cancelable:Boolean=false, 
                            current:Number = NaN, total:Number = NaN)
   {
         super(total);
   }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to