details:   https://code.openbravo.com/erp/devel/main/rev/41f372e57320
changeset: 15715:41f372e57320
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Wed Mar 28 13:25:08 2012 +0200
summary:   fixed bug 20133: Small Notes text field

  Prior to fix for #19403 text area items where heigh fixed, not taking into 
account rowSpan
  looking like rowSpan=2. Now, rowSpan is taken into account to display text 
area height. In case
  it is not set it takes a value of 1, making text area without row span to 
look smaller that before.

  This fix defaults row span to 2 in case it is not set, so it looks like it 
did before #19403.

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js
 |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r eac99d3aee34 -r 41f372e57320 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js
    Tue Mar 27 22:23:41 2012 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js
    Wed Mar 28 13:25:08 2012 +0200
@@ -27,6 +27,7 @@
   validateOnExit: true,
 
   selectOnFocus: false,
+  rowSpan: 2,
 
   init: function () {
     if (this.initStyle) {

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to