[Tickets #6049] Re: submit/back buttons disabled [->disableButton()] in acl.html template

bugs at horde.org bugs at horde.org
Wed Dec 26 16:24:15 UTC 2007


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

Ticket URL: http://bugs.horde.org/ticket/?id=6049
-----------------------------------------------------------------------
 Ticket             | 6049
 Updated By         | m.gabriel at das-netzwerkteam.de
 Summary            | submit/back buttons disabled [->disableButton()] in acl.html template
 Queue              | IMP
 Version            | 4.2-RC1
 Type               | Bug
 State              | Resolved
 Priority           | 1. Low
 Owners             | Michael Slusarz
-----------------------------------------------------------------------


m.gabriel at das-netzwerkteam.de (2007-12-26 11:24) wrote:

> It keeps the button from being clicked more than once. Maybe you can 
> describe what *does* happen for you? Are there javascript errors?

no there are no javascript errors on firefox's js console.

my problems occur when adding a user to the acl list. changing ACLs of
already added users work!!! again, i can not add a user with
$("acl").disable() in the submit button's onClick tag. maybe i have been
not as clear about that as i should have been...

after having added a user and then pressing the submit button, the acl
frame is reloaded (rather quickly), but no user has been added after the
reload (no success notification appears at the top of the frame either). 

with the $("acl").disable() call removed from the onClick tag of the
submit button a new user can be added to the acl list, the reload of the
page is a bit slower than with the disable thing in the tag...

users can be added: onclick="$('new_user').enable(); $('acl').submit();"
user cannot be added: onclick="$('acl').disable(); $('new_user').enable();
$('acl').submit();"




More information about the bugs mailing list