Got an issue regarding popup forms and screen resolution. The popup forms don't seem to be aware of window size, and as such, if they are large enough, will draw with parts off the screen with no way for the user proceed. For example, trying to queue a build on a 1440x900 screen (with IE 9 as an example):
As you can see, no way to close the window, or queue the build. I guess the expected behaviour would be some kind of fixed or smart dialog sizing (depending on browser window size) with a scrollbar?
Cheers, and keep up the brilliant work! Continua is already saving us a lot of time in our builds.
Hmmm… not sure what we will do about this. The trouble with dialogs in html is they are not windows… just floating div’s on a page. I’ll get someone to look at this. We really should have the variables in a scrolling section… I guess the real problem is we only prompt for a few variables ourselves so we hadn’t noticed that behavior.
It would appear that these issues are still to an extent present in build 1157. For example repository properties dialog (SVN branch aware) may extend outside browser window.
In my dev copy if the dialog is too big for the browser window a scrollbar appears on the right of the dialog. Try ctrl+F5, I’m wondering if its a css caching issue as I recall we just made some css changes to fix this.