Bug 46168

Summary: [reviewtool] Publish button doesn't work
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Adam Barth 2010-09-21 00:53:29 PDT
[reviewtool] Publish button doesn't work
Comment 1 Adam Barth 2010-09-21 00:55:12 PDT
Created attachment 68199 [details]
Patch
Comment 2 Adam Barth 2010-09-21 01:02:30 PDT
Committed r67931: <http://trac.webkit.org/changeset/67931>
Comment 3 Adam Barth 2010-09-21 01:05:39 PDT
Comment on attachment 68199 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=68199&action=review

> BugsSite/code-review.js:478
> -    review_form.find('form').submit();
> +    $('#reviewform').contents().find('form').submit();

test
Comment 4 Darin Adler 2010-09-21 09:26:25 PDT
Thanks for fixing that. Sorry I wasn’t around when the patch landed!