Summary: | Active Browser "choose file" doesn't work | ||
---|---|---|---|
Product: | [Unmaintained] Active | Reporter: | Sascha Manns <saigkill> |
Component: | Applications | Assignee: | active |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | javier, lamarque |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | unscheduled | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sascha Manns
2012-01-27 13:44:05 UTC
Verified with http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_input_type_file on 2012-01-30-15-44-basyskom-plasma-active-devel-meego-usb-live.iso This problem does not happen with all sites. I can use the "upload" button in www.2shared.com for example. It still does not work for http://www.directupload.net and http://imageshack.us in 2012-02-27-14-08-basyskom-plasma-active-devel-meego-usb-live.iso though. If you double click the affected button active browser just zooms in, as if the button is just text. I think the problem happens when the website use the style="" property in <input> tag. www.2shared.com for examplo does not use style. Ok, the problem happens because QDeclarativeWebPage::chooseFile is not implemented in plasma-mobile/applications/webbrowser/src/kdeclarativewebview.cpp Strange that it works with 2shared. Let's try to implement it. Git commit 25d73cd410a68a0798d290a7634d0461793aaacf by Lamarque V. Souza. Committed on 06/03/2012 at 23:17. Pushed by lvsouza into branch 'master'. Implement QDeclarativeWebPage::chooseFile() using KFileDialog::getOpenFileName(). M +2 -3 applications/webbrowser/src/kdeclarativewebview.cpp http://commits.kde.org/plasma-mobile/25d73cd410a68a0798d290a7634d0461793aaacf |