I have a popup that contains several hidden fields that might be made visible depending on the user input. As a result, I needed to be get the current height of the popup so that it can be expanded. Currently there is no method of getting the current height/width of a popup window. It would be nice if there was a method like getSize.
Thanks,
Kris
PS - I solved this by accessing the popup component and using $height/$width.