[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Re: Admin Left hand Navigation buttons gone in Mozilla Firefox



> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx 
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx] On Behalf Of 
> Bruce Timberlake
> Sent: Tuesday, March 02, 2004 9:14 AM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] Re: Admin Left hand Navigation 
> buttons gone in Mozilla Firefox
> 
> 
> Head, Don wrote:
> > Has it been determined if it's incorrectly written JavaScript on 
> > Cobalt's side, or bad JavaScript implementation on the 
> browser side? 
> > Too often, I see things blamed on one side or the other, 
> when really 
> > it's the other side's fault.  Don't want to point fingers, just 
> > curious if it's been looked into with greater detail.
> 
> I think there was a problem with Sausalito in Mozilla at one point, 
> but it was fixed.
> 
> I haven't used Firefox at all, but I do use Mozilla on both Windows 
> and Linux to admin a friend's Qube all the time with no issues.  I 
> haven't specifically tried an XTR in quite a while though.
> 
> Is the XTR in question fully patched?

Yes, all patches are installed.

I looked into the JavaScript myself, and was able to fix the problem.
For some reason the style of the collapsible list is set to a hidden
visibility. I am guessing some javascript is supposed to reverse this at
some point, but fails. Funny thing is, there are no javascript errors in
the firefox java debug window.

In the file /usr/sausalito/ui/web/libJs/collapsibleList.js
The file was dated Dec 12, 2000.

Line 249 has: 
    249   doc.write("<DIV ID=\""+_cList_elementId+"\"
STYLE=\"position:absolute;         visibility:hidden; left:"+_cList_x+";
top:"+_cList_y+";\">");          

I changed the "visibility:hidden" to "visibility:visible", and it works
fine.
I have not seen any adverse effects, testing in both IE 6.0 and firefox
0.8

Vidar
> 
> 
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to: 
> http://list.cobalt.com/mailman/listinfo/cobalt> -users
>