Ticket #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 |
| Blocking: | Blocked by: |
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
Note: See
TracTickets for help on using
tickets.


This needs to be verified with the new positioning code.