Closed
Bug 528882
Opened 16 years ago
Closed 16 years ago
Automatic linkification does not work for wrapped elements (e.g. bug ids)
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
RESOLVED
DUPLICATE
of bug 514703
People
(Reporter: whimboo, Unassigned)
Details
The automatic linkification is broken for wrapped elements like bug ids. You can see that in bug 466778 comment 4. As result the given bug id doesn't show a link.
Updated•16 years ago
|
Comment 1•16 years ago
|
||
This is sort of on purpose (see bug 105865)
Dave, what is is_wrapped set to for that comment?
The issue here is that bug/comments.html.tmpl always wraps the comment but then passed comment.already_wrapped to quoteUrls rather than 1. However, that would effectively undo bug 105865, plus won't work on HEAD.
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
No longer blocks: bmo-regressions-0911
| Assignee | ||
Updated•15 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•