ubuntu-apps-bugs team mailing list archive
-
ubuntu-apps-bugs team
-
Mailing list archive
-
Message #10413
[Bug 1491279] Re: Save image/file doesn’t actually download the file on desktop
This bug was fixed in the package webbrowser-app -
0.23+17.04.20161202-0ubuntu1
---------------
webbrowser-app (0.23+17.04.20161202-0ubuntu1) zesty; urgency=medium
[ Andrew Hayzen ]
* Ensure if the webview changes that the loading visible state of the
progress bar is bound to the correct webview (LP: #1638337)
* Additional autopilot tests
* Add dependencies on qtdeclarative5-ubuntu-content1 and
qtdeclarative5-ubuntu-download-manager0.1 as they are now in main
(LP: #1491279)
* Add Drag and drop support of tabs between windows on non-mir clients
[ Olivier Tilloy ]
* Add a desktop UA override for ESPN websites (LP: #1637285)
* Add user agent overrides for meet.jit.si (LP: #1635971)
* Make QmlTests::UbuntuWebView02::test_no_contextual_actions() more
robust (LP: #1633528)
* Run unit tests with verbose output by default when building packages
* Do not transfer keyboard focus from the address bar to the new tab
view in incognito mode (LP: #1634463)
* Use new API in oxide 1.17 to copy image to clipboard (LP: #1585291)
* Use the ubuntu-app-platform content interface
* Desktop UA override for google docs (LP: #1643386)
-- Olivier Tilloy <olivier.tilloy@xxxxxxxxxxxxx> Fri, 02 Dec 2016
08:38:21 +0000
** Changed in: webbrowser-app (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1491279
Title:
Save image/file doesn’t actually download the file on desktop
Status in webbrowser-app package in Ubuntu:
Fix Released
Bug description:
With recent versions of webbrowser-app (starting from
0.23+15.10.20150827.3-0ubuntu1), there are now contextual actions to
save an image or a file. On mobile devices this feeds the URL to the
download manager, which handles the actual download.
On desktop, the ubuntu download manager is currently not available, so
this defaults to calling Qt.openUrlExternally(request.url) (see
http://bazaar.launchpad.net/~phablet-team/webbrowser-
app/trunk/view/head:/src/app/WebViewImpl.qml#L81).
As a consequence, the file/image is opened/download in the default
browser.
The browser should explicitly depend on the ubuntu download manager,
and use it to download files on desktop as well.
As a prerequisite, ubuntu-download-manager needs to be included in
main (see bug #1488425).
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1491279/+subscriptions
References