Reproducing the code will be hard as without the ajax call the dialog box appears with the correct sizing. It is only happening after my Ajax call, which brings back dynamically built html, that the sizing gets set to auto. I am thinking this is happening because the html that is being brought back is larger in size then what I am setting on the dialog box and a resize method is getting called to set the height and width to auto, but I am not totally for sure on that one either. What I do know for sure is that two inline styles are being added to the DIV, ui-dialog-content and ui-widget-content, which parsing through the ui.dialog code I have those are being added to a user resize....granted, I do not have a chance to resize the dialog box, but currently thats the only place where I have found that the height and width are being set to auto for those two inline styles. I know it is hitting this method when I was debugging through the code. Other than that I am not sure what is going on.
Let me know of any more information that I can provide as reproducing the code will be hard. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
