i have a website and for some reason the jqueryui dialog is opening at a height 100px smaller than it should be, if i run the same code in the chrome console, it works fine $("#dlgAddWorkLog").dialog({ autoOpen: false, width: 258, height: 250});
I just updated the latest jqueryui (on the test server) to see if that would fix it, but no avail.
To see the problem in action, go to https://cworklog.com log in as test116 test116 and click "Add Work Log"
The resulting dialog that comes up is about 100px smaller than it should be.
Go ahead and open the console and type $("#dlgAddWorkLog").dialog({ autoOpen: false, width: 258, height: 250});
and watch it work flawlessly
I don't know if there is a library collision or what, i'm also using YUI 2.9 on the page as well.
Any ideas?