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:
-- 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 comment:1
milestone: | TBD → 1.8 |
---|---|
type: | enhancement → bug |
Changed November 07, 2009 06:19PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
This is working for me with Opera 10.01 on OS X. This may have been fixed when the new positioning code landed.
This needs to be verified with the new positioning code.