Dialog teleports in MSIE (possible duplicate post)
(Sorry, but I've found that google groups loses posts. It hasn't
appeared in 30+ minutes, and so this is my repeat post).
I have a tall page with UI/Dialog, and the button that activates the
dialog is at the bottom of the page. Upon pressing the button, the
dialog appears normally, in the center of the web browser. If I try
to resize the dialog, or drag its 'title bar', the dialog jumps --
teleports -- to the very top of the web page (not using
jquery.bgiframe.js). If the hosting web page uses jquery.bgiframe.js,
then the dialog teleports to way beyond the bottom of the web page,
creating the needed height as required.
Here is code, replacing all LT chars with [ to avoid triggering a
posting problem:
[script src="inc/jquery-1.2.6.js" type="text/javascript">[/script>
[script src="inc/jquery.bgiframe.js" type="text/javascript">[/script>
[script type="text/javascript" src="inc/ui.core.js">[/script>
[script type="text/javascript" src="inc/ui.draggable.js">[/script>
[script type="text/javascript" src="inc/ui.droppable.js">[/script>
[script type="text/javascript" src="inc/ui.dialog.js">[/script>
[script type="text/javascript" src="inc/ui.resizable.js">[/script>
[link rel="stylesheet" type="text/css" href="inc/flora.dialog.css" />
[link rel="stylesheet" type="text/css" href="inc/flora.resizable.css" /