AW: [opencms-dev] Menu

Michael Schäfer ms at ethikom.de
Thu Feb 19 18:20:02 CET 2004


Hi,

this problem only appears with IE6. To fix it:

- edit /system/workplace/scripts/explorer.js
- goto function whichBrowser(){
- change 
     if (navigator.userAgent.indexOf('MSIE 5')>0){ 
  to
     if ((navigator.userAgent.indexOf('MSIE 5')>0) ||
(navigator.userAgent.indexOf('MSIE 6')>0)){ 

Thats it. Fix should be in 5.0.1 of OpenCms already.

This fix only solves problems in explorer. The same problem is in
administration (if you e.g. have a lot of projects). To solve it here as
well, please apply fix to opencms_choosebrowser.js as well. 

Best regards

Michael



> -----Ursprüngliche Nachricht-----
> Von: opencms-dev-admin at opencms.org 
> [mailto:opencms-dev-admin at opencms.org] Im Auftrag von 
> Alexander Kandzior
> Gesendet: Donnerstag, 19. Februar 2004 16:36
> An: opencms-dev at opencms.org
> Betreff: RE: [opencms-dev] Menu
> 
> I'm not sure if it helps anyone right now but we fixed the 
> issue with the context menu not appearing in the right place 
> for good in the current CVS head. Since the Explorer HTML was 
> completly rewritten, it is unforunatly not possible to 
> transfer this fix back to 5.0.x with copy-paste.
> 
> Best Regards,
> Alex.
> 
> Alexander Kandzior
> Alkacon Software - The OpenCms Experts
> http://www.alkacon.com
> 
> > -----Original Message-----
> > From: opencms-dev-admin at opencms.org
> > [mailto:opencms-dev-admin at opencms.org] On Behalf Of Urich, Chase
> > Sent: Thursday, February 19, 2004 4:26 PM
> > To: opencms-dev at opencms.org
> > Subject: RE: [opencms-dev] Menu
> > 
> > 
> > We also have this problem, but when it was brought up last time, we 
> > were told that it is simply a limitation in javascript. 
> Alkacon said 
> > there was nothing they could do at the time.
> > 
> > Chase Urich
> > Web Programmer/Analyst
> > LeTourneau University
> > 903.233.3519
> > 
> > -----Original Message-----
> > From: opencms-dev-admin at opencms.org
> > [mailto:opencms-dev-admin at opencms.org] On > Behalf Of Björn 
> Schlueter
> > Sent: Thursday, February 19, 2004 5:44 AM
> > To: opencms-dev at opencms.org
> > Subject: [opencms-dev] Menu
> > 
> > 
> > Hello out there,
> > 
> > we are having trouble with the edit menu in the explorer view.
> > 
> > Unfortunately we have numerous pages in our folder. In those cases 
> > where the list of pages reaches the bottom of the explorer 
> window we 
> > cannot reach the menu because it appears somewhere above. I am not 
> > sure if that was understandable? In other words, in folders 
> that keep 
> > a lot of pages we click on the icon in front of the entry. 
> Usually the 
> > edit menu drops down. In case you click on an icon which 
> belongs to a 
> > page at the very bottom of the list, the menu is not 
> visible because 
> > it appears far above.
> > 
> > Did anyone of you expirience those problems before? Is there a 
> > solution to this problem or is a workaround known?
> > 
> > All help is appreciated!
> > 
> > THX
> > 
> > Björn
> > 
> > _______________________________________________
> > This mail is send to you from the opencms-dev mailing list 
> To change 
> > your list options, or to unsubscribe from the list, please visit 
> > http://mail.opencms.org/mailman/listinfo/opencms-dev
> > _______________________________________________
> > This mail is send to you from the opencms-dev mailing list 
> To change 
> > your list options, or to unsubscribe from the list, please visit 
> > http://mail.opencms.org/mailman/listinfo/opencms-dev
> > 
> > 
> 
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list To 
> change your list options, or to unsubscribe from the list, 
> please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
> 





More information about the opencms-dev mailing list