[Bug 13119] Make the @value attribute in <input> when type="file" work as a suggestion for the OS file picker

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13119

--- Comment #2 from brunoais <brunoaiss@gmail.com> 2011-07-02 19:42:08 UTC ---
What could be implemented is:
When the window is opened a timer starts. If the window has been opened for
less than 1s then (you must decide what to do):
- Reopen the file picker without saving the previous submitted value (must
contain a max nš of times this repeats and know what to do if that counting
went to 0)
- Don't accept the input. Use the previous value. (I think I'll go with this
one)

What do you think of this solution?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 2 July 2011 19:42:10 UTC