Summary: | No way to go back from links tapped in about app | ||
---|---|---|---|
Product: | [Unmaintained] Active | Reporter: | Thomas Pfeiffer <thomas.pfeiffer> |
Component: | Applications | Assignee: | active |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | javier |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | unscheduled | ||
Platform: | Meego/Harmattan | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Open non-local URLs in browser instead of about app |
Description
Thomas Pfeiffer
2011-12-02 19:31:41 UTC
Verified on 2011-12-05-18-19-basyskom-plasma-active-devel-meego-usb-live.iso Created attachment 66766 [details]
Open non-local URLs in browser instead of about app
The attached patch solves this problem by opening links in browser app instead of in the about app. I think that is a better solution since the user can use share-like-connect and bookmarks when browsing external links.
I have not commited the change yet because I am investigating a way to stop URL loading without using back.trigger() and a way to convert QML's url type to string without using a temporary string property.
Git commit 8ea2f26344f7968d90678035bf800ec9deb02c7f by Lamarque V. Souza. Committed on 15/12/2011 at 14:51. Pushed by lvsouza into branch 'master'. Open links in external browser instead of loading then in about app's WebView. BUG: 288082 M +5 -0 applications/about/package/contents/ui/FlickableWebView.qml http://commits.kde.org/plasma-mobile/8ea2f26344f7968d90678035bf800ec9deb02c7f |