[Webkit-unassigned] [Bug 81589] [Qt][WK2] Support multi-file upload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 26 13:49:09 PDT 2012


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





--- Comment #14 from Alexander Færøy <ahf at 0x90.dk>  2012-03-26 13:49:09 PST ---
(From update of attachment 133876)
View in context: https://bugs.webkit.org/attachment.cgi?id=133876&action=review

> Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:371
> +    if (!dialogRunner.initForFilePicker(filePicker, q, selectedFileNames, (bool)type))

I don't think that was what Simon meant by being more explicit. I suggest you change it to something like:

if (!dialogRunner.initForFilePicker(filePicker, q, selectedFileNames, type == QtWebPageUIClient::Whatever))

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