Re: Annoying popup

From: Guillaume Polet (guillaumedenal..mail.com)
Date: Fri Oct 12 2007 - 09:28:30 EDT

  • Next message: Mike Schrag: "Re: Annoying popup"

    Great, this is the best thing. It seems that the attribute pageYOffset
    is undefined in IE. I don't really know what it is supposed to do and it
    seems to be only used to update the window.status, so maybe we can just
    avoid it if the browser is IE (using some test like /'if
    (navigator.appVersion.indexOf("MSIE")!=-1)'/ ) or try to find some
    equivalent to this property in IE (I have tried the following link, but
    without much success:
    http://msdn2.microsoft.com/en-us/library/ms535873.aspx).

    Hope this can help. If you need more information, or more debug help, I
    will be glad to do it but unfortunately my knowledge of Javascript is
    quite small (I usually donnot work directly on Web Application).

    Guillaume

    Mike Schrag a écrit :
    >> Ok I will work this way for now. I have closed the outline view and
    >> restarted Eclipse and the problem is gone.
    >>
    >> Thank you very much for replying so fast. I hope though that you will
    >> find a fix for that some day, but since it is still in progress, I
    >> can wait ;-).
    > If you happen to get to this before I do, here's an HTML dump of an
    > outline view. If I had to suspect something offhand, it would be the
    > scroll operation trickery at the bottom that I do to try to maintain
    > the scroll position across outline changes ...
    >
    >

    -- 
    Guillaume Polet
    

    Denali S.A., "Bridging the gap between Business and IT" Rue de Clairvaux 8, B-1348 Louvain-la-Neuve, Belgium Office: +32 10 43 99 51 Fax: +32 10 43 99 52 http://www.denali.be

    Legal notice: this message and its attachments may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message by mistake, please advise the sender immediately by return e-mail and delete this message from your system. Thank you for your cooperation.



    This archive was generated by hypermail 2.0.0 : Fri Oct 12 2007 - 09:29:46 EDT