Skip to main content

Search and Top Navigation

#4769 closed bug (fixed)

Opened August 11, 2009 02:57PM UTC

Closed November 07, 2009 06:19PM UTC

Modal dialog position

Reported by: FDisk Owned by:
Priority: minor Milestone: 1.8
Component: ui.dialog Version: 1.7.2
Keywords: dialog, ui.dialog.js Cc: FDisk
Blocked by: Blocking:
Description

In Opera browser v10 beta. The modal dialog displays in wrong position. I recommend to use syntax like this:

ui.dialog.js at line 412

-- this.uiDialog.css({top: pTop, left: pLeft});
++ this.uiDialog.css({top: pTop, left: '50%', 'margin-left': - (this.uiDialog.width()/2)});
Attachments (0)
Change History (2)

Changed August 11, 2009 05:36PM UTC by scottgonzalez comment:1

milestone: TBD1.8
type: enhancementbug

This needs to be verified with the new positioning code.

Changed November 07, 2009 06:19PM UTC by scottgonzalez comment:2

resolution: → fixed
status: newclosed

This is working for me with Opera 10.01 on OS X. This may have been fixed when the new positioning code landed.