answered
2015-05-27 10:58:48 +0200
I've complained it about it too here:
https://together.jolla.com/question/84942/bug-cant-open-image-link-in-a-new-tab/
It was also reported upstream on github:
https://github.com/sailfishos/sailfish-browser/issues/306
If you want, you can edit the qml file and fix it for yourself.
--- /usr/share/sailfish-browser/pages/components/BrowserContextMenu.qml.fixbrowser 2015-05-07 08:57:48.717868121 +0200
+++ /usr/share/sailfish-browser/pages/components/BrowserContextMenu.qml 2015-05-07 08:59:22.748205360 +0200
@@ -85,7 +85,7 @@ Rectangle {
width: parent.width
MenuItem {
- visible: root.linkHref.length > 0 && root.imageSrc.length === 0
+ visible: root.linkHref.length > 0
//: Open link in current tab
//% "Open link"
text: qsTrId("sailfish_browser-me-open_link")
@@ -98,7 +98,7 @@ Rectangle {
MenuItem {
- visible: root.linkHref.length > 0 && root.imageSrc.length === 0
+ visible: root.linkHref.length > 0
//: Open link in a new tab from browser context menu
//% "Open link in a new tab"
text: qsTrId("sailfish_browser-me-open_link_in_new_tab")
@@ -110,7 +110,7 @@ Rectangle {
}
MenuItem {
- visible: root.linkHref.length > 0 && root.imageSrc.length === 0
+ visible: root.linkHref.length > 0
//: Share link from browser context menu
//% "Share"
text: qsTrId("sailfish_browser-me-share_link")
@@ -122,7 +122,7 @@ Rectangle {
}
MenuItem {
- visible: root.linkHref.length > 0 && root.imageSrc.length === 0
+ visible: root.linkHref.length > 0
//: Copy link to clipboard from browser context menu
//% "Copy to clipboard"
text: qsTrId("sailfish_browser-me-copy_to_clipboard")
I can confirm this. It's very annoying when surfing phpBB forums: links included behind images are very common in them. Until this one is fixed, Sailfish browser is unusable for me and I'm forced to run Webcat or an Android browser. A shame, because the engine seems to be pretty fast.
Mced ( 2014-02-23 14:07:14 +0200 )editIt's precisely perusing forums that pains me the most...
IZ1IVA ( 2014-02-23 17:34:24 +0200 )edit@IZ1IVA said: still not implemented in 1.1.9.28
Hm... it's been partially implemented. "Jolla" logo works, but not your avatar. As to PHPbb forums, it works flawlessly.
Mced ( 2015-10-07 16:39:42 +0200 )editThank you for your feedback @Mced, however it still doesn't for vBulletin forums ;-)
IZ1IVA ( 2015-10-07 19:48:24 +0200 )edit