Build 930 - Screen resolution and popup dialogs

Hi

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):

resolution.jpg

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.

Joel


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.

+1 me too.

+1 me too.

+1 me too.

Is this still happening? We made some changes in 941 that should’ve solved this problem.

The manual build queue (where I was having the problem) now has scrollbar for the variables, so that’s working for us :smile:

Thanks Vinnie!

Hi,

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.