https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7607 --- Comment #34 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to David Cook from comment #33)
(In reply to Nick Clemens from comment #31)
(In reply to Jonathan Druart from comment #28)
To prevent the values to be sent maybe we could disable the elements instead of removing them from the DOM. What do you think?
It seems to work either way - I am not sure if there is any advantage in one method over the other, but I trust the RM
What's the effect when hitting the "Back" button in the browser? I have a feeling that removing the elements might work better than disabling them in that context, but I'm not 100% sure off the top of my head. (Just thinking of different scenarios.)
In chrome and firefox the field is enabled again when hitting back. visually it is probably less jarring to see the field disabled versus removed so I think it can move forward like this -- You are receiving this mail because: You are watching all bug changes.