Closed
Bug 767526
Opened 13 years ago
Closed 13 years ago
Kuma: Editor - When adding a link, add a title attribute with the article slug
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect, P1)
developer.mozilla.org Graveyard
Wiki pages
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheppy, Assigned: davidwalsh)
Details
(Whiteboard: u=user c=wiki s=2012-07-03 p=1 t=2012-07-09)
Currently, there's no way to see where a link is going unless you actually open the link editor. Please add a tooltip that appears when pointing at a link that lists the destination.
This is not must-have for launch but is pretty close to it.
| Reporter | ||
Comment 1•13 years ago
|
||
I mis-interpreted what was going on. The real problem is that the Kuma link editor is not automatically adding a title attribute to new links that displays the slug.
Here's a link created by the MindTouch editor:
<a href="/en/CSS/CSS_Reference" title="en/CSS/CSS_Reference">exhaustive reference</a>
And here's one created by Kuma's:
<a href="/en-US/docs/DOM/stylesheet">stylesheet</a>
We need that title attribute.
Summary: Kuma: Editor - When pointing at a link in the editor, show tooltip of link destination → Kuma: Editor - When adding a link, add a title attribute with the article slug
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → dwalsh
Whiteboard: u=user c=wiki s=2012-07-03 p=1
Comment 3•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/59b577a30f9c1f24e2f378d0569a51d1d9f13669
fix bug 767526 - Add URL as title attribute to link
https://github.com/mozilla/kuma/commit/b340cad73a3a6e19f7c139294f64e49161f52855
Merge pull request #302 from darkwing/editor-link-title-767526
fix bug 767526 - Add URL as title attribute to link
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: u=user c=wiki s=2012-07-03 p=1 → u=user c=wiki s=2012-07-03 p=1 t=2012-07-09
Updated•13 years ago
|
Version: Kuma → unspecified
Updated•13 years ago
|
Component: Website → Landing pages
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
•