[imp] imp problem, login works w/ IE but not firefox

John Heim jheim at math.wisc.edu
Fri Jun 1 15:54:17 UTC 2007


From: "Chuck Hagenbuch" <chuck at horde.org>
> Quoting John Heim <jheim at math.wisc.edu>:
>> The problem is that if I try to login via firefox, I am bumped back to 
>> the
>> login screen. With IE, I get logged in but I get a javascript error.
>> The horde log says
>
> None of those are abnormal. Knowing what the javascript error is would
> be very helpful, though. Also, have you checked the javascript console
> in Firefox? It usually has better error messages than IE.

I use IE mostly because I am blind and my screen reader does not support 
firefox. It sort of works though so I can get by with it if I have to. I've 
cut and pasted the warning messages from the firefox  error console below. 
With IE, I looked at the page source and after I log in, I get a page with 2 
frames. So I couldn't easily tell where the error was. But I did see that 
it's in the frame generated by
/horde3/services/portal/sidebar.php



So then I displayed that page by itself (not in a frame) and got the same 
error message. It is a syntax error on line 618.  That's in the update 
function. Line 618 is the right brace (between the comments and the line 
beginning with Window) in the code below:



function update()
{
    var client = new HTTPClient();
    client.init("https://www.math.wisc.edu/horde3/services/portal/sidebar.php?httpclient=1");

    try {
        client.asyncGET(MenuUpdateHandler);
    } catch (e) {
        // Don't do anything on errors; probably a transient failure,
        // and we'll try again after the next interval.
    }
    window.setTimeout('update();',  * 1000);




None of this looks very helpful to me. Possibly the script errors are a red 
herring. I was hoping that somebody else had experienced the main problem, 
login works with IE but not firefox.  You get bumped back to the login 
screen even though the log says login was successful.





Here's the firefox error console content:


Warning: Unknown property 'text-overflow'.  Declaration dropped.
Source File: https://www.math.wisc.edu/horde3/imp/themes/screen.css
Line: 40
Warning: Use of captureEvents() is deprecated, see bug 330494.
Source File: https://www.math.wisc.edu/horde3/imp/login.php
Line: 0




More information about the imp mailing list