Author: jleroux
Date: Mon Apr 12 10:09:13 2010
New Revision: 933170
URL:
http://svn.apache.org/viewvc?rev=933170&view=revLog:
A patch from Sascha Rodekamp "Cross button does not work if you don't click on the layer before", part of
https://issues.apache.org/jira/browse/OFBIZ-3446 - OFBIZ-3446
Modified:
ofbiz/trunk/framework/images/webapp/images/fieldlookup.js
Modified: ofbiz/trunk/framework/images/webapp/images/fieldlookup.js
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/fieldlookup.js?rev=933170&r1=933169&r2=933170&view=diff==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/fieldlookup.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/fieldlookup.js Mon Apr 12 10:09:13 2010
@@ -317,6 +317,8 @@ var FieldLookupPopup = Class.create({
//make the window resiable
this.makeResizeable(lookupDiv);
+
+ identifyLookup(this.globalRef);
},
close_on_click: function (evt) {