Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onProgress not fireing in FF #10093

Closed
DartBot opened this issue Apr 22, 2013 · 3 comments
Closed

onProgress not fireing in FF #10093

DartBot opened this issue Apr 22, 2013 · 3 comments
Labels
closed-as-intended Closed as the reported issue is expected behavior web-libraries Issues impacting dart:html, etc., libraries
Milestone

Comments

@DartBot
Copy link

DartBot commented Apr 22, 2013

This issue was originally filed by DrCol...@gmail.com


This is related to issue #10038 and I have also put it on SO http://stackoverflow.com/questions/16056922/progress-events-not-triggered-in-firefox

What steps will reproduce the problem?
using upload.OnProgress in Firefox (latest version, all OS)

What is the expected output? What do you see instead?
correct reporting of the upload progress, nothing happens though. The main difference to issue #10038 is, that there is no error, it simply gets ignored. This works in Chrome, Safari, Opera (only tested mobile, but I assume desktop version works as well)

What version of the product are you using? On what operating system?
latest Dart version, latest FF, OS independent

@iposva-google
Copy link
Contributor

Added Area-HTML, Triaged labels.

@blois
Copy link
Contributor

blois commented May 29, 2013

Added this to the M5 milestone.

@blois
Copy link
Contributor

blois commented Jun 5, 2013

I added a test for validating the onProgress is firing with the fix for https://code.google.com/p/dart/issues/detail?id=10038

The event appears to be fired on FF, as long as the payload data is sufficiently large.


Added AsDesigned label.

@DartBot DartBot added Type-Defect web-libraries Issues impacting dart:html, etc., libraries closed-as-intended Closed as the reported issue is expected behavior labels Jun 5, 2013
@DartBot DartBot added this to the M5 milestone Jun 5, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-as-intended Closed as the reported issue is expected behavior web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

3 participants