Opened 14 years ago
Closed 14 years ago
#3564 closed bug (fixed)
UI.Dialog fails to center in Opera
Reported by: | dgyimesi | Owned by: | Scott González |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.dialog | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There is an incorrect top position calculation for the dialog in $.widget("ui.dialog")._position. In the default case of the second switch you should use window.innerHeight instead of $(window).height().
Change History (1)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r1183.