Skip to main content

Search and Top Navigation

#3860 closed bug (notabug)

Opened January 16, 2009 05:39PM UTC

Closed March 17, 2009 11:09PM UTC

Invalid dialog position in Opera

Reported by: Trustmaster Owned by:
Priority: minor Milestone: 1.6rc5
Component: ui.dialog Version: 1.6rc5
Keywords: Cc:
Blocked by: Blocking:
Description

If the page is long enough, if you scroll to the bottom of it and open a dialog, it appears on the bottom of the page (sometimes even out of the viewport) no matter what position you specified.

Example code:

$('#smilies').dialog({
			title: L.smilies,
			height: smileBox.height,
			width: smileBox.width,
			position: ['center', 'middle']
		});

Tested in Opera 9.5.x/9.6.x, jQuery UI 1.5.3 and 1.6.rc5. Works fine in Firefox and other browsers though.

Attachments (0)
Change History (3)

Changed January 29, 2009 08:55PM UTC by Trustmaster comment:1

Well, after I switched to jQuery 1.3.1 the problem disappeared, so the ticket can be closed now.

Changed March 08, 2009 02:38PM UTC by rdworth comment:2

milestone: 1.71.8

Changed March 17, 2009 11:09PM UTC by scottgonzalez comment:3

milestone: 1.81.6rc5
resolution: → invalid
status: newclosed