Closed GoogleCodeExporter closed 9 years ago
I added a "fix" that uses data height/width if the container height/width does
not
exist. There will still be an issue if neither has a value - I probably should
add a
default.
hCenter = (w[0]/2) - ((this.dialog.container.height() ||
this.dialog.data.height())/2),
vCenter = (w[1]/2) - ((this.dialog.container.width() ||
this.dialog.data.width())/2);
Try out 1.2.1 and see if that works for you.
Original comment by emartin24
on 5 Dec 2008 at 10:41
Original comment by emartin24
on 5 Dec 2008 at 10:47
Original issue reported on code.google.com by
calderon...@gmail.com
on 5 Dec 2008 at 7:40