Hi
Dialogs are supposed to center by default with just a width and height specified. A simple page only works in Chrome.
In Firefox ...
- the top position is zero.
- when I move or resize the dialog, the top position = height * -1... so a negative height value and disappears.
To fix this, I set the BODY element to a height: 100% and now the dialog works. Centers and I can move it around and resize with no issue.
In IE, I'm still working on a solution. I tried debugging, but takes alot of time understanding what's going on. I'm tempted to use another pluging, but why does the standard dialog plugin not behave as it is supposed to across browsers like the other widgets?
Kind regards,
Roger