View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003001 | HTML & PERL | Feature Request - Interface | public | 2017-09-17 04:03 | 2017-09-17 04:05 |
Reporter | Hinoe | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | new | Resolution | open | ||
Summary | 0003001: Creq: include <a> tag with id and href to internal notes | ||||
Description | https://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 Reproduce | Example 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> | ||||
Tags | No tags attached. | ||||