Opened 14 years ago

Closed 13 years ago

#4769 closed bug (fixed)

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)});

Change History (2)

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

Milestone: TBD1.8
Type: enhancementbug

This needs to be verified with the new positioning code.

comment:2 Changed 13 years ago by Scott González

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.

Note: See TracTickets for help on using tickets.