Closed (fixed)
Project:
Signup Status
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Sep 2009 at 21:41 UTC
Updated:
18 Dec 2009 at 03:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
dwwComment #2
mlsamuelson commentedThe patch fixes the behavior. A user with only Create Signups and Cancel Signups could previously toggle the status (ie. it wasn't disabled) though there was not edit/save button. After the patch, the status dropdown is disabled as desired.
Comment #3
dwwCommitted to HEAD. Thanks for testing!
Comment #5
donquixote commentedI have a problem in Opera:
Users with permission to change their signup status can't do so in Opera.
The reason is that the fieldset is still set to
disabled="disabled". In Opera this has the effect that all child elements are disabled too.Comment #6
dww@donquixote: That's a separate bug from this issue. Please open a new issue for that.
Comment #7
donquixote commentedHere we go,
#662848: fieldset with disabled="disabled" will disable all child elements. (Signup Status, Opera)
I thought that this bug was probably introduced with the fix discussed here, but this was just a guess.