View Issue Details

IDProjectCategoryView StatusLast Update
0003001HTML & PERLFeature Request - Interfacepublic2017-09-17 04:05
ReporterHinoe Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status newResolutionopen 
Summary0003001: Creq: include <a> tag with id and href to internal notes
Descriptionhttps://anidb.net/c1

Contrast the HTML for common creq comments and for internal notes, which I separated into the steps to reproduce for the sake of clarity. The suggested change would replace "Internal Note" with something along the lines of:

<a id="msg8935938" href="animedb.pl?show=creq&creq.show=1&creq.id=1#msg8935938">message 0000008 (internal note)</a>

The fact it's an internal note should be made as obvious as possible, because I've seen mods reply to internal notes with common messages, apparently due to not having noticed that they were replying to an internal note to begin with, thus causing unnecessary confusion from the users' point of view. You may want to consider using <blink> (yeah, no, not really :P).

Also note that creq reply PMs sent because of internal notes do have an anchor at the link, e.g. the PM has a link to https://anidb.net/perl-bin/animedb.pl?show=creq&creq.show=1&creq.id=1#msg8935938, so I guess the lack of <a id> might count as a bug?
Steps To ReproduceExample HTML taken from /c1, with extraneous parts cut off:

<div class="g_bubble comment" id="c2">
<div class="postbody">
<p class="author">animedb.pl?show=creq&creq.show=1&creq.id=1#msg2 by animedb.pl?show=userpage&uid=32 on 14.10.2003 18:21


</div>
</div>

<div class="g_bubble comment" id="c8935938">
<div class="postbody">
<p class="author">Internal Note by animedb.pl?show=userpage&uid=1 on 18.04.2012 19:13


</div>
</div>

Note the lack of the <a> tag in the internal note.

Suggested:

<div class="g_bubble comment" id="c8935938">
<div class="postbody">
<p class="author"><a id="msg8935938" href="animedb.pl?show=creq&creq.show=1&creq.id=1#msg8935938">message 0000008 (internal note)</a> by animedb.pl?show=userpage&uid=1 on 18.04.2012 19:13


</div>
</div>
TagsNo tags attached.

Activities

Hinoe

2017-09-17 04:05

reporter   ~0004108

...

As usual, Mantis is parsing what it shouldn't, but you get the idea, right?

Issue History

Date Modified Username Field Change
2017-09-17 04:03 Hinoe New Issue
2017-09-17 04:05 Hinoe Note Added: 0004108