Closed
Bug 1122985
Opened 10 years ago
Closed 5 years ago
Show the URL of a link as tooltip
Categories
(developer.mozilla.org Graveyard :: Editing, enhancement)
developer.mozilla.org Graveyard
Editing
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sebo, Unassigned)
References
()
Details
(Whiteboard: [specification][type:feature])
Attachments
(1 file)
4.50 KB,
image/png
|
Details |
What problems would this solve?
===============================
Would make it easier to get to know the URL of a linked part of text. Currently people have to edit a link to see its URL.
Who would use this?
===================
page editors
What would users see?
=====================
The URL in a tooltip.
What would users do? What would happen as a result?
===================================================
Users would hover a link and get the URL displayed within a tooltip.
Is there anything else we should know?
======================================
Reporter | ||
Updated•10 years ago
|
Severity: normal → enhancement
OS: Other → All
Comment 1•10 years ago
|
||
I see the link URL in a tooltip if I hover over it. Sounds like that isn't working for you? Could you let me know your browser/OS combo and include a link to the page?
Updated•10 years ago
|
Flags: needinfo?(sebastianzartner)
Reporter | ||
Comment 2•10 years ago
|
||
The tooltip is just shown when you add a 'title' attribute to the anchor element yourself.
Test case:
1. Go to https://developer.mozilla.org/en-US/docs/Web/CSS$edit.
2. Hover the 'stylesheet' link.
=> No tooltip is shown.
3. Hover the 'HTML' link.
=> 'The HyperText Mark-up Language' is shown in a tooltip instead of the URL.
4. Select the word 'Demos' of the title in the third box.
5. Create a link to 'Demos of open web technologies [en-US]'.
6. Hover the created link
=> No tooltip is shown.
This functionality is unrelated to the OS and browser version, though FWIW I'm using Firefox 35.0 on Windows 7 SP1.
What I'd expect is that you can always see the URL of a link when you're editing a page independently of the 'title' attribute assigned to it.
Sebastian
Component: General → Editing
Flags: needinfo?(sebastianzartner)
Reporter | ||
Comment 3•10 years ago
|
||
Gmail has a nice way to solve this and at the same time improves the UX by displaying a popup including the URL plus options to change and remove the link when the text cursor is placed within the link.
IMO this would be the optimal solution.
Sebastian
Comment 4•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•