Comment #2 on issue 2795 by fabien.ninoles: AddComment Button doesn't work.
http://code.google.com/p/reviewboard/issues/detail?id=2795
I got nothing. No error at all. Both the <li> and the <a> elements have
no script attach to it (in the on* attributes), and there is only two
listeners for the click and live events on the document node.
Here the div section as seen by ChromeOS:
<div class="content clearfix">
<label for="file-list">File Attachments:</label>
<div id="file-list">
<div class="file-container" data-file-id="1">
<div class="file">
<ul class="actions">
<li class="file-add-comment"><a href="#">Add Comment</a></li>
</ul>
<div class="file-header">
<a
href="/reviewboard/media/uploaded/files/2012/11/07/Broadcast_Messaging.pptx">
<img
src="/reviewboard/media/rb/images/mimetypes/text-x-generic.png?1352332777">
Broadcast_Messaging.pptx</a>
</div>
<div class="file-caption">
<a
href="/reviewboard/media/uploaded/files/2012/11/07/Broadcast_Messaging.pptx"
class="edit">Broadcast Presentation</a>
</div>
</div>
</div>
<br clear="both">
</div>
</div>
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en.