Unauthorized Lookup Field Issue

Hi,

In my add/edit page I have multiple lookup fields. User access right to lookup fields are set in user permissions. The issue I am facing now is, one of the lookup field in add/edit page was not set authorized for this login user. When he clicks on this “unauthorized” lookup field, system pops up “undefined” dialog which is fine. But, due to that all of the lookup fields lost have become frozen and unable to be clicked anymore.

Is this a default behavior by the system? How can I overcome this issue?

Please advise,
Wilson

If the user is not authorized to process this field, you’d better disable/hide the field for this user (e.g. using the FieldVisibility extension).

User is authorized to this field but forgot to give authorization before he get into this page.
My question was, why after clicked on this field the rest of lookups are locked?

Press F12 → Console, check if there is any JavaScript errors. If yes, find the problem lines.