It's difficult to see where a link will send you before clicking on it
Bug #1499775 reported by
Michael Terry
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Medium
|
Bill Filler | ||
Oxide |
Fix Released
|
Medium
|
Olivier Tilloy | ||
Ubuntu UX |
Triaged
|
Medium
|
James Mulholland | ||
webbrowser-app (Ubuntu) |
Fix Released
|
Medium
|
Olivier Tilloy |
Bug Description
In desktop mode, hovering over a link does not show the link URL anywhere, like it usually does on a desktop browser. You can right click on it and get an elipsed version of the URL though. But there's no way to see the whole URL.
It's not common to allow this on a mobile browser. So maybe it's not a critical feature or maybe you don't want to diverge in this respect between desktop and mobile views. But it would be useful.
Related branches
lp://staging/~osomon/oxide/linkHovered
- Chris Coulson: Approve
-
Diff: 358 lines (+120/-3)15 files modifiedqt/core/browser/oxide_qt_web_view.cc (+8/-0)
qt/core/browser/oxide_qt_web_view.h (+3/-0)
qt/core/glue/oxide_qt_web_view_proxy.h (+2/-0)
qt/core/glue/oxide_qt_web_view_proxy_client.h (+2/-1)
qt/qmlplugin/oxide.qmltypes (+5/-2)
qt/qmlplugin/oxide_qml_plugin.cc (+2/-0)
qt/quick/api/oxideqquickwebview.cc (+16/-0)
qt/quick/api/oxideqquickwebview_p.h (+5/-0)
qt/quick/api/oxideqquickwebview_p_p.h (+1/-0)
qt/tests/qmltests/api/tst_WebView_hoveredUrl.html (+7/-0)
qt/tests/qmltests/api/tst_WebView_hoveredUrl.qml (+51/-0)
shared/browser/oxide_web_view.cc (+9/-0)
shared/browser/oxide_web_view.h (+5/-0)
shared/browser/oxide_web_view_client.cc (+2/-0)
shared/browser/oxide_web_view_client.h (+2/-0)
lp://staging/~osomon/webbrowser-app/preview-hoveredUrl
- system-apps-ci-bot: Needs Fixing (continuous-integration)
- Michael Terry: Approve (test)
-
Diff: 250 lines (+210/-2)4 files modifieddebian/control (+1/-1)
src/app/webbrowser/Browser.qml (+13/-1)
src/app/webbrowser/HoveredUrlLabel.qml (+89/-0)
tests/unittests/qml/tst_HoveredUrlLabel.qml (+107/-0)
summary: |
- [desktop] It's difficult to see where a link will send you before + [browser] It's difficult to see where a link will send you before clicking on it |
Changed in ubuntu-ux: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → James Mulholland (jamesjosephmulholland) |
Changed in webbrowser-app (Ubuntu): | |
status: | New → In Progress |
assignee: | nobody → Olivier Tilloy (osomon) |
importance: | Undecided → Medium |
summary: |
- [browser] It's difficult to see where a link will send you before - clicking on it + It's difficult to see where a link will send you before clicking on it |
Changed in oxide: | |
status: | New → Fix Released |
assignee: | nobody → Olivier Tilloy (osomon) |
importance: | Undecided → Medium |
milestone: | none → branch-1.12 |
Changed in webbrowser-app (Ubuntu): | |
status: | In Progress → Confirmed |
Changed in webbrowser-app (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | New → Fix Committed |
status: | Fix Committed → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Bill Filler (bfiller) |
milestone: | none → 12 |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I agree that it would be useful to have.
Adding an ubuntu-ux task to get design to comment.