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)
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
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Comment 2•15 years ago
|
||
Reporter | ||
Comment 3•15 years ago
|
||
![]() |
||
Updated•15 years ago
|
Component: File Handling → DOM
QA Contact: file-handling → general
Comment 4•15 years ago
|
||
Can't reproduce on Linux (32bit Fedora 13)
Updated•15 years ago
|
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?
![]() |
||
Comment 6•15 years ago
|
||
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).
Reporter | ||
Comment 7•15 years ago
|
||
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
Reporter | ||
Comment 8•15 years ago
|
||
Comment 9•7 years ago
|
||
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
Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•