Hi Kim, > Apologies for the length of this post -- I am trying to describe the > problem I'm encountering in as much detail as possible. Any help would > be appreciated.
No problem - this helps us diagnose the issue. > In IE6, the pop-up link does not work at all. (note: the link itself > is also centre-justified) > This is true for both the standard Subject Keywords field (using srsc) > and my own ANZSRC Code field (using anzsrc.xml) I'm on my Mac right now, but will try this in IE when I get to work later. > In FF3, the pop-up link works (and is left-justified..) but subjects > chosen do not populate the related field back in edit-metadata.jsp, > and the popup window is not closed when a subject is chosen. HOWEVER, > when "Add more" is clicked to get a repeated field, clicking a subject > will populate the field in edit-metadata.jsp and close the popup window. A bug in the JavaScript I'm afraid. The controlled vocabulary code thinks that the repeatable fields should all be numbered x_0, x_1, x_2 (e.g. dc_subject_1) however the actual submission interface calls them x, x_1, x_2 etc. So the first box does not work as it is not appended with _0 as expected. I've just had a look at our bug tracker and it looks like this has already been reported along with a fix: http://sourceforge.net/tracker/index.php?func=detail&aid=1931796&group_id=19 984&atid=119984 I'll do some testing on this (it looks like it will work perfectly) and I'll get it committed ready for DSpace version 1.5.2 (and you'll be able to download the updated file(s) straight away for your installation). Many thanks, Stuart _________________________________________________________________ Gwasanaethau Gwybodaeth Information Services Prifysgol Aberystwyth Aberystwyth University E-bost / E-mail: [EMAIL PROTECTED] Ffon / Tel: (01970) 622860 _________________________________________________________________ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

