[Tickets #5017] Horde Admin setup does not toggle between config tabs

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Feb 22 00:36:56 PST 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5017
-----------------------------------------------------------------------
 Ticket             | 5017
 Created By         | fernandez_marosc at gva.es
 Summary            | Horde Admin setup does not toggle between config tabs
 Queue              | Horde Base
 Version            | FRAMEWORK_3
 Type               | Bug
 State              | Unconfirmed
 Priority           | 2. Medium
 Owners             | 
-----------------------------------------------------------------------


fernandez_marosc at gva.es (2007-02-22 00:36) wrote:

Hello,

I have checked out versions Horde 3.1.3 and IMP 4.1.3 from CVS like:
cvs co -r HORDE_3_1_3 horde
cd horde
cvs co -r IMP_4_1_3 imp

I then copied all /config/*.dist into *.php as in /docs/INTALL
I entered Horde setup as Admin, and tried to click the Authentication tab
to configure some IMAP auth. This javascript error is displayed:
document.getElementById("_tab_" + openSectionId) has no properties
document.getElementById('_tab_' + openSectionId).className = null;

To see why, I installed a regular Horde 3.1.3 and IMP 4.1.3 from release
zips instead of checking out from CVS and compared the differences in the
HTML.
>From Release zip:

<li class="activeTab" id="_tab_general"><a href="#"
onclick="sections_configform.toggle('general'); return false;">General</a>
</li>

>From CVS checkout:

<li class="activeTab" id="configform_tab_general"><a href="#"
onclick="sections_configform.toggle('general'); return false;">General</a>
</li>

As you see, the id generated for the <li> element is different.
Why is this happening?
NOTE this is bug does not match the Queue version "FRAMEWORK_3: The
current 3.x CVS code" of this ticket, becouse I did not use that tag to
check out the code, but HORDE_3_1_3 tag. However, there was not a ticket
Queue version for this specific tag.




More information about the bugs mailing list