1762: Publish/Discard buttons don't load with Safari 5.0.1
- Fixed
- Review Board
tedmj******@gmai***** (Google Code) (Is this you? Claim this profile.) | |
Sept. 4, 2012 |
What version are you running? 1.0.5.1 What's the URL of the page containing the problem? http://my.rb.server/r/0000 This is also an issue when creating a new reviewBoard review - you can't publish it from Safari. What steps will reproduce the problem? 1. Add a comment to a review 2. click the "ok" button 3. open a different browser to be able to click the "publish" button. What is the expected output? What do you see instead? What operating system are you using? What browser? Please provide any additional information below.
Please look in Safari's debug tools to see if there are any errors. For what it's worth, other webkit-based browsers work for me.
-
+ NeedInfo
There are no errors listed in the console. What other info is needed?
Updated to RB 1.5.1 and we still see this issue. There are no errors in the Safari error console. Its this particular chunk of code on the page which fails to display: <div class="banner" id="draft-banner" style="display: block; "> <h1>This review request is not yet public.</h1> Be sure to publish when finished. <input type="button" id="btn-draft-publish" value="Publish"> <input type="button" id="btn-review-request-discard" value="Discard Review Request"> </div><script type="text/javascript"> $("#draft-banner").show(); </script>