[Webkit-unassigned] [Bug 31195] New: File upload control shows a single filename even if multiple files are selected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 19:47:46 PST 2009


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

           Summary: File upload control shows a single filename even if
                    multiple files are selected
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
        Depends on: 31154


Suppose that there is a file upload control which accepts multiple files.
  <input type=file multiple>

1. A user selects 2 files for it; config.sys and autoexec.bat.  The control
shows "2 files".
2. Detach the renderer for it.  For example, input.style.display = 'none'
3. Attach a renderer again; For example, input.style.display = 'inline-block'

Expected result:
  4. The control should show "2 files"

Actual result:
  4. The control shows "config.sys", which is the first file of the selected
files.

-- 
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