Leon created OFBIZ-4911:
---------------------------
Summary: very trivial update to fieldlookup.js in case of "null
object" failure for wierd unknonw reason
Key: OFBIZ-4911
URL: https://issues.apache.org/jira/browse/OFBIZ-4911
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Reporter: Leon
Priority: Trivial
Fix For: SVN trunk
I cannot find the root cause and it's hard to reproduce, but it does happen
sometimes. The web browser reports "null object" exception when it tries to
evaluate following codes in fieldlookup.js:
{quote}
var obj_caller = (window.opener? window.opener.lookups[num_id]: null);
{quote}
window.opener is there but window.opener.lookups is null.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira