Bug 25862
Summary: | Need multi-file drag tests for symlinks, aliases and .lnk files | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | jparent, noel.gordon, oliver |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 25852 | ||
Bug Blocks: |
Eric Seidel (no email)
Need tests for multi-file drags
We need to test input.files access after:
1. single-file drop
2. multi-file drop
3. single-file drop of a directory onto <input>
4. multi-file drop including a directory onto <input>
5. single-file drop of an unreadable file onto <input>
6. multi-file drop include an unreadable file onto <input>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Noel pointed out to me that we also need to test:
7. Alias files on Mac
8. .lnk files on Win
9. sym-link files on Mac/linux
I'm not sure what the expected semantics of a .lnk file should be, or what file information should be exposed to File vs. what should be sent to the server, etc.
Eric Seidel (no email)
The first set of these were all covered in bug 25852. The only ones missing are the Alias, symlink, and .lnk cases.