Hi Christian, Thank you for your response and sorry about the delay, I didn't see your response message until now.
>Does this happen for all browser window sizes? Yes. Full screen, etc. > Can you reproduce this in other browsers? Yes, this issue occurs with Chrome, Firefox, and Internet Explorer. *More details* I did a test install of RB on a virtual machine and the window sizing works as expected. However, my production environment consists of having the RB URL request mapped to the "/reviews" URL which is then proxied to the actual RB VM: - Apache Web Server "/reviews" -> proxy -> Reviewboard VM ==> Everything works other than window sizing - Apache Web Server w/ Reviewboard at "/" ==> Works I have configured SITE_ROOT in conf/settings_local.py to "/reviews/". I don't see any denied resource requests when viewing the network requests, so it seems to be an issue with JavaScript somewhere getting surprised by the root directory change and/or an issue with the proxy configuration. I'm setting up a VM with the RB set to /reviews directly to see if the issue is in the proxy or in non-root URL's with RB. Regards, Eric On Wednesday, April 20, 2016 at 11:20:15 AM UTC+12, Christian Hammond wrote: > > Hi Eric, > > Does this happen for all browser window sizes? > > I haven't seen this before. It does look like the edit box is a lot taller > than we set, so I'm not sure what's going on there. We are careful to set > the sizing of the box so that it's always contained within the boundaries > of the visible window, with the content area of the box always leaving room > for the buttons at the bottom, so something's throwing all that off on your > setup. > > Can you reproduce this in other browsers? > > Christian > > -- > Christian Hammond > President/CEO of Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > > On Mon, Apr 18, 2016 at 11:29 PM, Eric Holmberg <[email protected] > <javascript:>> wrote: > >> I have this issue with both 2.5.3 and 2.5.4. When clicking on the >> "Review" link for a review, the "review-form-modalbox" is display, but the >> size makes the bottom with the OK/Cancel/Enable Markdown checkbox disappear >> below the bottom of the browser. It is not possible to scroll down to the >> bottom, either. >> >> Is this a known issue? If not, is there a quick way to update the CSS >> file to change this behavior? >> >> >> >> >> <https://lh3.googleusercontent.com/-f-pQ7Ma7kkY/VxXO8e9X1-I/AAAAAAAAPYo/KgOk7GGdbs8VbXmp8Ujl0vaF8VEAUEbqQCLcB/s1600/reviewboard-modal.png> >> >> Let me know if you need further details. Reviewboard 2.5.4, Ubuntu >> Server 14.04 LTS. >> >> >> Regards, >> Eric >> >> -- >> Supercharge your Review Board with Power Pack: >> https://www.reviewboard.org/powerpack/ >> Want us to host Review Board for you? Check out RBCommons: >> https://rbcommons.com/ >> Happy user? Let us know! https://www.reviewboard.org/users/ >> --- >> You received this message because you are subscribed to the Google Groups >> "reviewboard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
