it works fine in FF, safari and Chrome.
When I call .dialog() function, it pops up the dialog box, but it has an empty content which is not suppose to be empty. It has some textfields, labels, etc.
What might have caused this?
it works fine in FF, safari and Chrome.
When I call .dialog() function, it pops up the dialog box, but it has an empty content which is not suppose to be empty. It has some textfields, labels, etc.
What might have caused this?
This happens every now and then, at least on IE6. Test setting zoom: 1
on various elements, which will usually solve it. What's nice is that even though it appears random, this bug is usually quite reproducible, so you can verify when you have solved it.
found the solution. turns out its a css problem that the div is set to visibility:hidden on my IE css. lol. thanks anyway!