details:   https://code.openbravo.com/erp/devel/pi/rev/4a26324524c5
changeset: 13822:4a26324524c5
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Fri Sep 23 07:19:08 2011 +0200
summary:   Related to issue 18501: New orange lines appears when the grid/form 
has the focus
Workaround for MP4, can be solved when upgrading SC in a next MP

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
                                                |  10 ++++++++++
 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
 |   8 ++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r c0f00abf9563 -r 4a26324524c5 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
 Fri Sep 23 06:58:04 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
 Fri Sep 23 07:19:08 2011 +0200
@@ -127,6 +127,16 @@
       pickListProperties: {
         bodyStyleName: 
OB.Styles.OBFormField.DefaultComboBox.pickListProperties.bodyStyleName
       },
+      
+      // workaround for this issue:
+      // https://issues.openbravo.com/view.php?id=18501
+      setUpPickList : function () {
+        this.Super("setUpPickList", arguments);
+        if (this.pickList) {
+          
this.pickList.setBodyStyleName(this.pickListProperties.bodyStyleName);
+        }
+      },
+
       titleOrientation: 'top',
       showFocused: true,
       editorType: 'select',
diff -r c0f00abf9563 -r 4a26324524c5 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
  Fri Sep 23 06:58:04 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
  Fri Sep 23 07:19:08 2011 +0200
@@ -356,6 +356,14 @@
   background-color:#FFFFFF;
 }
 
+// workaround for this issue:
+// https://issues.openbravo.com/view.php?id=18501
+.pickListMenuBody {
+  border:1px solid #CDD7BB;
+  outline: none; 
+  background-color:#FFFFFF;
+}
+
 .OBFormFieldPickListCell,
 .OBFormFieldPickListCellSelected,
 .OBFormFieldPickListCellFocused,

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to