Summary | submit/back buttons disabled [->disableButton()] in acl.html template |
Queue | IMP |
Queue Version | 4.2-RC1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | selsky (at) columbia (dot) edu, slusarz (at) horde (dot) org |
Requester | m.gabriel (at) das-netzwerkteam (dot) de |
Created | 12/26/2007 (6478 days ago) |
Due | |
Updated | 12/28/2007 (6476 days ago) |
Assigned | 12/26/2007 (6478 days ago) |
Resolved | 12/28/2007 (6476 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Feedback
disabled elements are not passed along in the request. Thus, submit
first and disable and this should work again.
I can confirm that "save" does nothing at the moment, besides reload
the page. No JS errors in firebug.
Assigned to Matt Selsky
shouldn't work (we use the exact same code elsewhere).
State ⇒ Feedback
you reproduce any of this?
describe what *does* happen for you? Are there javascript errors?
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();"
describe what *does* happen for you? Are there javascript errors?
i remove $('acl').disable() or disableButtons() from the onClick tags
the ACL changes of IMAP folders take effect...
can you explain, what $('acl').disable() is supposed to do? it does
not render the buttons useless, does it?
i would not consider this resolved...
mike
State ⇒ Resolved
applied, with a few tweaks.
27, 2007. But that function was still being called from acl.html
State ⇒ Feedback
don't look to me like they're doing the same thing...
Assigned to Michael Slusarz
State ⇒ Assigned
New Attachment: acl.html.patch
Priority ⇒ 1. Low
State ⇒ Unconfirmed
New Attachment: acl.patch
Queue ⇒ IMP
Type ⇒ Bug
Summary ⇒ submit/back buttons disabled [->disableButton()] in acl.html template
"fix" is attached, bug also found in CVS.