[Tickets #7666] Re: Administration not accessible
bugs at horde.org
bugs at horde.org
Tue Nov 11 16:57:18 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7666
------------------------------------------------------------------------------
Ticket | 7666
Updated By | technik at oneport.de
Summary | Administration not accessible
Queue | Horde Groupware Webmail Edition
Version | 1.2
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
technik at oneport.de (2008-11-11 11:57) wrote:
Yes, there is a message in the error console of firefox, it seems to
be webmail related
Fehler: null has no properties
Quelldatei: http://mail.oneport.de/js/form_sections.js
Zeile: 31
(Translation: Fehler -> Error, Quelldatei: Sourcefile, Zeile -> Line)
I'm a little bit confused, since js/form_sections.js has just one line:
karl-heinz:/var/www/pages/mail.oneport.de # wc -l js/form_sections.js
0 js/form_sections.js
karl-heinz:/var/www/pages/mail.oneport.de # cat js/form_sections.js
function Horde_Form_Sections(B,C){this._instanceName=B;var
A,D;this.toggle=function(E){if(!document.getElementById){return
false}openSectionId=this._get();D=document.getElementById(this._instanceName+"_section_"+openSectionId);if(D){D.style.display="none";document.getElementById(this._instanceName+"_tab_"+openSectionId).className=null}D=document.getElementById(this._instanceName+"_section_"+E);if(D){D.style.display="";document.getElementById(this._instanceName+"_tab_"+E).className="activeTab"}this._set(E)};this._get=function(){return this._openSection};this._set=function(F){var E=document.getElementById(this._instanceName);if(E!=null&&typeof
E.__formOpenSection!="undefined"){E.__formOpenSection.value=escape(F)}this._openSection=F};this._set(C)};
More information about the bugs
mailing list