resize dialog box buttons disappear

resize dialog box buttons disappear

I am using jquery dialog box when you resize it the buttons disappear. I see in a previous post :
 
"Believe it of not, the dialog is not the container that holds your titlebar, dialog contents, and buttons.

The element you need to speak-to is the original one, the contents.  The title bar, buttons, and the wrapper get added-on during dialog construction, but the context does not change.  Just talk to the original element you invoked dialog() upon."

 
but I do not understand what I am suppose to change and do I just need to add Class( 'ui-resizable ' );
 
The dialog is opened from a textBox click.
I am confused on this one!!!
Thanks
Sue