[Tickets #4127] NEW: Horde_Form_Assign broken
bugs@bugs.horde.org
bugs at bugs.horde.org
Fri Jul 7 01:55:18 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4127
-----------------------------------------------------------------------
Ticket | 4127
Created By | pub at perseguers.ch
Summary | Horde_Form_Assign broken
Queue | Horde Framework Packages
Version | HEAD
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
+New Attachment | fix_form_assign.patch
-----------------------------------------------------------------------
pub at perseguers.ch (2006-07-07 01:55) wrote:
According to CHANGELOG in Horde 3.1.2 Bug #3740 is fixed. I had problem for
weeks using the form assign component. I tracked down the bug up to
form_assign.js and compared it with an old Horde release (many months ago)
to see that code such as (current code)
document[name + '__right'][0].selected = false;
always returned null as of old code
eval('document.' + name + '__right][0]').selected = false;
worked well.
Enclosed is a patch that fix this bug and put back the old working code.
More information about the bugs
mailing list