Ticket #3860 (closed bug: notabug)

Opened 4 years ago

Last modified 4 years ago

Invalid dialog position in Opera

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

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

comment:1 Changed 4 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 4 years ago by rdworth

  • Milestone changed from 1.7 to 1.8

comment:3 Changed 4 years ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to invalid
  • Milestone changed from 1.8 to 1.6rc5
Note: See TracTickets for help on using tickets.