[Webkit-unassigned] [Bug 92426] New: [File API] FileReader does not give error if you accidentally pass a FileEntry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 14:49:06 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92426

           Summary: [File API] FileReader does not give error if you
                    accidentally pass a FileEntry
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: asargent at chromium.org
                CC: ericu at chromium.org


I had in a bug in some code I was writing where I was accidentally passing a FileEntry instead of a File into one of the read* methods of FileReader. There was no exception and the error handler wasn't called - instead it just did nothing. Here's a page that shows the problem:

http://asargent.com/chrome/filereader_bug/

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list