SharePoint Lookup Field 20 Item JS error
Posted
by Chops
on Stack Overflow
See other posts from Stack Overflow
or by Chops
Published on 2010-04-14T16:15:01Z
Indexed on
2010/04/14
16:23 UTC
Read the original article
Hit count: 374
Hi Everyone,
I've got an issue with SharePoint Server 2007 SP1 which seems to be documented in various forms, but I haven't been able to find an answer to my seemingly simpler question.
Essentially, we have a form with a lookup field to another SharePoint list. The lookup field has more than 20 items, and so SharePoint changes the type/behaviour of the field as per the standard behaviour. However, with my custom skin applied, clicking on this drop down causes a JS error from within the Core.js file, as described here:
http://splitnut.blogspot.com/2009/06/lookup-fields-in-moss-javascript-error.html
What I haven't been able to figure out is why this is only an issue when my custom master page is applied, and not the OOTB master pages. I've been through and tried to see what might cause this, but haven't been able to track down the cause of the behaviour.
Any help would be much appreciated.
Many thanks.
© Stack Overflow or respective owner