Were you horizontally scrolled also? If yes, try this fix:

Try changing line 1595 of window.js from:

if (w.document.documentElement && documentElement.scrollTop) {

to:

if (w.document.documentElement && (documentElement.scrollTop ||
documentElement.scrollLeft)) {

Let me know if it helped,
Hugo Madureira

On 08/05/07, Ben Johnson <[EMAIL PROTECTED]> wrote:

v 1.3. I was doing this in firefox on a mac. I am also using the latest
window_ext and window_effects



Ben Johnson



On May 8, 2007, at 4:32 AM, Hugo Madureira wrote:

What version of prototype window are you using?

On 08/05/07, Ben Johnson <[EMAIL PROTECTED]> wrote:
>
> When I do showCenter() on my window object and I am scrolled down the
> page it does not pop up in the center of the screen. I have to scroll up to
> see the window. Is this normal? If not how do I fix this?
> Thanks for your help.
>
>
>
> Ben Johnson
>
>
>
>
> _______________________________________________
> Javawin mailing list
> [email protected]
> http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
>
>
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com



_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com


_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to