Open Bug 641287 Opened 15 years ago Updated 3 years ago

FileReader onloadend is not displaying read status for a huge file.

Categories

(Core :: DOM: Core & HTML, defect, P5)

x86
Windows 7
defect

Tracking

()

UNCONFIRMED

People

(Reporter: unnivm, Unassigned)

Details

Attachments

(4 files)

User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0 Build Identifier: onloadend event is not displaying the total file size for a huge file.I have attached test cases along with the screen shots. Reproducible: Always
Component: File Handling → DOM
QA Contact: file-handling → general
Can't reproduce on Linux (32bit Fedora 13)
Summary: onloadend is not displaying read status for a huge file. → FileReader onloadend is not displaying read status for a huge file.
could the problem be that we simply run out of memory? Unni, is an error event dispatched? If so, what .code does it have?
Doesn't FileReader silently fail to read all the data on OOM in some cases? See bug 604561 comment 22 (which I haven't had a chance to act on yet).
Jonas, No.. it does not seem to throwing any error event.It simply struck in the middle of the operation.I have added that as well in the case and updated. What I feel is since the file load operation is memory intensive operation,it is really depending upon the system resource as it is told that the same issue was not reproducible in Linux(32bit Fedora 13).If that is the case, can we have alert or some message reporting back to user?. Thanks
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046 Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5. If you have questions, please contact :mdaly.
Priority: -- → P5
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: