I encountered a bug when implementing dragging in a jqModal window via jqDnR. In IE6, IE7 and Safari 2, the modal window would initially jump to the left, partially off screen when starting to drag. This would only happen the first time I tried to drag.
After tearing my page down to the basics, I appears to be related to the positioning using percentages (e.g. top: 17%;) I went back to the jqModal download & demo page, and sure enough, the bug is there. Go to example 3A http://dev.iceburg.net/jquery/jqModal/ try to drag the window if I change the positioning to use pixels instead of percentages, it seems to go away... but that's not ideal for centering. Anyone have a better fix? -- View this message in context: http://www.nabble.com/jqDnR-%2B-jqModal----dragging-causes-jump-in-IE---Safari-tf4014648s15494.html#a11401114 Sent from the JQuery mailing list archive at Nabble.com.

