http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12176 --- Comment #23 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Bernardo Gonzalez Kriegel from comment #22)
[3] Change handling of select attributes readonly and disabled.
I was worried about this, since i think select can't have readonly attribute, only disabled. But if disabled, it's content is not sent back to GET/POST, so perhaps a hidden attribute with same name and old value is needed. Or may be now select can have readonly, but then we need to remove disabled. I left both to not change old behavior
Seems good to me. I recall seeing some code in the template that removes the disabled status when submitting the form .. -- You are receiving this mail because: You are watching all bug changes.