While cataloguing using IE7, the clone subfields button doesn't do anything. Delete subfields does, strangely enough. This is most likely a JavaScript error. (This problem can be worked around by switching to IE8.)
Created attachment 4709 [details] makes var buttonDotOnClick a String for IE7
(In reply to comment #1) > Created attachment 4709 [details] > makes var buttonDotOnClick a String for IE7 I have a question about: var buttonDotOnClick = String(link.getAttribute('onclick')); Where did you define link in the Clonefield function? Why do you call String? Is it necessary to recover from a null? This may indeed be browser dependent. I tested your patch in IE8, but have to say that there are more JS errors while doing that. Our users are running staff in Firefox for that reason.
I'm marking this Failed QA because of the questions raised above. Let's re-evaluate after that.
Because this problem is with 3.2 which is no longer supported, and IE7 which is several versions out of date, I don't think anyone is going to pick this up again. If you are able to reproduce the problem with a current version of Koha and would like to submit a revised patch that addresses Marcel's concerns, please reopen the bug.