Hi,
In this fiddle, I have a button which opens a jqxWindow that contains an ok and cancel button. The first time the Window is opened, the buttons are cut off – the auto height doesn’t take them into account. If I close the Window and click the “Open Window” button a second time, the Window opens sized appropriately for its contents.
What am I doing wrong that is preventing the Window from sizing correctly the first time?
I note that if I load the content as a property of the jqxWindow({ properties }) call, then it displays correctly but the ok and cancel buttons do not work because they need to already be in the jqxwindow div when jqxWindow({ properties }) is called.
I would appreciate your insight! Thanks!
Garret