Ticket #3564 (closed bug: fixed)
UI.Dialog fails to center in Opera
| Reported by: | dgyimesi | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.7 |
| Component: | ui.dialog | Version: | 1.6rc2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Note: See
TracTickets for help on using
tickets.


Fixed in r1183.