1013: Comment Box does not show in screenshot page

bacc****@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
April 1, 2009
1079
What's the URL of the page containing the problem?
http://demo.review-board.org/r/1608/s/16/

What steps will reproduce the problem?
1. draw a box in the picture
2. click the green box

What is the expected output? What do you see instead?
A comment box should pop up.
Instead, getting this message:
--------------
Error: commentDetail.one("close", function () {activeCommentBlock =
commentBlock;commentDetail.setCommentBlock(commentBlock).positionToSide(commentBlock.flag,
{side: "b", fitOnScreen: true});commentDetail.open();}).close is not a function
Source File: http://demo.review-board.org/media/rb/js/screenshots.js?1238392124
Line: 427
--------------

What operating system are you using? What browser?
installed on Ubuntu 8.04 with apache mod_python
tested on mac safari, firefox, linux firefox

Please provide any additional information below.

The same problem is reported as issue 1001 and fixed by beta2.

        commentDetail
            .one("close", function() {
                activeCommentBlock = commentBlock;
                commentDetail
                    .setCommentBlock(commentBlock)
                    .positionToSide(commentBlock.flag, {
                        side: 'b',
                        fitOnScreen: true
                    });
                commentDetail.open();
            })
            .close()
chipx86
#1 chipx86
This is fixed in r1892.

You can upgrade to tonight's nightly in a couple hours and this will be fixed.
  • +Fixed
  • +Milestone-Release1.0
    +Component-Screenshots
  • +chipx86