Author: jleroux
Date: Fri May 28 13:27:36 2010
New Revision: 949174

URL: http://svn.apache.org/viewvc?rev=949174&view=rev
Log:
A patch from Atul Vani for an issue reported by Soumya Jyoti Guru at 
http://markmail.org/message/whb4am3n6ngsuwgk. It's related to 
https://issues.apache.org/jira/browse/OFBIZ-3667 - OFBIZ-3667

Atul's note: I noticed some strange behavior (like there's little shifting of 
elements).
Jacques's note: I noticed them too (it's in the calling form or layer) but it's 
far better than before and IMO acceptable

Modified:
    
ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js

Modified: 
ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js?rev=949174&r1=949173&r2=949174&view=diff
==============================================================================
--- 
ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js
 (original)
+++ 
ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js
 Fri May 28 13:27:36 2010
@@ -132,6 +132,7 @@ CalendarDateSelect.prototype = {
     this.calendar_div.setStyle({visibility:""});
     /* mod for OFBiz layered lookups*/
     this.target_element.up().style.height = e_height.toString() + "px";
+    this.target_element.up().style.display = "block";
     /* end mod*/
 
     // draw an iframe behind the calendar -- ugly hack to make IE 6 happy


Reply via email to