[bug] can't open image link in a new tab

asked 2015-03-04 14:41:06 +0200

mihlit gravatar image

Hi, browser can't open links that consist of an image in a new tab. When you long press an image, you are offered to save that image in a gallery. When you long press a link, you are offered to open it in a new tab. BUT when there is clickable link, something like you can only save that image to the gallery, but can't open that link in a new tab.

This can be easily fixed, by changing /usr/share/sailfish-browser/pages/components/BrowserContextMenu.qml from

visible: root.linkHref.length > 0 && root.imageSrc.length === 0

to

visible: root.linkHref.length > 0

for corresponding MenuItem(s) I just wonder why anyone put it there in a first place.

edit retag flag offensive close delete

Comments

1

See also the issue here: https://github.com/sailfishos/sailfish-browser/issues/306

This is an irritating bug. For example I can't open an unread vBulletin thread in a new tab if the link is an icon. Is there a upcoming update to the browser? I read somewhere of a planned update to gecko (I have 2.0.2.43 on Jolla c)

DaveRo ( 2016-08-14 17:13:27 +0200 )edit