Actions
Feature #3587
closedChange reply subject to be a link to the reply itself
Start date:
2009-07-05
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
At the moment creating a link to a specific comment requires finding out the message-id ('message-XXX') manually from the HTML. Would help a lot if the comment subject was a link to the comment itself, as it is on several other message boards. Or there could be a separate icon/link for linking to the comment (see, for example, http://stackoverflow.com).
Additionally, it might be a bit cleaner to mark the message id in comments like this
<div class="message reply" id="MESSAGE-ID"> ... </div>
instead of this
<a name="MESSAGE-ID"/> <div class="message reply"> ... </div>
Both markups should work in the same way in current browsers, and using the id is apparently HTML5 compliant while using the anchor name isn't (http://stackoverflow.com/questions/484719/html-anchors-with-name-or-id/484892#484892).
Files
Related issues
Actions