ubuntu-webapps-bugs team mailing list archive
-
ubuntu-webapps-bugs team
-
Mailing list archive
-
Message #03340
[Bug 1487090] [NEW] Download initiated from context menu’s saveLink/saveMedia doesn’t expose a mime type
Public bug reported:
I’m currently hooking the new WebView.contextMenu API (new in oxide 1.8)
in webbrowser-app, and on touch devices where the downloadRequested
signal is wired to the ContentHub, I’m consistently getting a message
saying that there’s no application installed able to handle this type of
content (both for hyperlinks of any type, and images).
This appears to be because the download request initiated by
saveLink/saveMedia doesn’t expose a mime type, and thus the content hub
fails to associate an application to it.
** Affects: oxide
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1487090
Title:
Download initiated from context menu’s saveLink/saveMedia doesn’t
expose a mime type
Status in Oxide:
New
Bug description:
I’m currently hooking the new WebView.contextMenu API (new in oxide
1.8) in webbrowser-app, and on touch devices where the
downloadRequested signal is wired to the ContentHub, I’m consistently
getting a message saying that there’s no application installed able to
handle this type of content (both for hyperlinks of any type, and
images).
This appears to be because the download request initiated by
saveLink/saveMedia doesn’t expose a mime type, and thus the content
hub fails to associate an application to it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1487090/+subscriptions
Follow ups