Opened 14 years ago

Closed 14 years ago

#3860 closed bug (notabug)

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.

Change History (3)

comment:1 Changed 14 years ago by Trustmaster

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

comment:2 Changed 14 years ago by rdworth

Milestone: 1.71.8

comment:3 Changed 14 years ago by Scott González

Milestone: 1.81.6rc5
Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.