Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019879Openbravo ERPA. Platformpublic2012-02-26 22:252012-08-19 17:19
mtaal 
dbaz 
normalminorhave not tried
closedfixed 
5
 
3.0MP15 
mtaal
Core
No
0019879: PNE, when editing charge amount, first character not completely visible
See the attached screenshot
To reproduce:
- open sales invoice window
- select a completed sales invoice
- click the pick example 3 button
- click the charge quantity in one of the rows, see the attached screenshot

To get the pick example 3 button you have to install the application.example module.

Happens on chrome/linux.

Note also this issue (if the button does not work):
https://issues.openbravo.com/view.php?id=19878 [^]
No tags attached.
related to defect 00266233.0PR14Q3 closed guillermogil Canvas fields are not working properly on pick and execute windows 
png Screenshot at 2012-02-26 22:22:54.png (18,801) 2012-02-26 22:25
https://issues.openbravo.com/file_download.php?file_id=5027&type=bug
png
Issue History
2012-02-26 22:25mtaalNew Issue
2012-02-26 22:25mtaalAssigned To => iperdomo
2012-02-26 22:25mtaalFile Added: Screenshot at 2012-02-26 22:22:54.png
2012-02-26 22:25mtaalModules => Core
2012-02-27 13:38iperdomoStatusnew => scheduled
2012-02-27 13:38iperdomoAssigned Toiperdomo => dbaz
2012-02-27 13:38iperdomofix_in_branch => pi
2012-08-14 16:38dbazNote Added: 0051302
2012-08-14 16:40dbazNote Added: 0051303
2012-08-14 16:41dbazClosed by => mtaal
2012-08-14 16:41dbazfix_in_branchpi =>
2012-08-14 16:54hgbotCheckin
2012-08-14 16:54hgbotNote Added: 0051304
2012-08-14 16:54hgbotStatusscheduled => resolved
2012-08-14 16:54hgbotResolutionopen => fixed
2012-08-14 16:54hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/7b368794cbab07bdb9bb32550d67dde0cef25211 [^]
2012-08-19 17:19mtaalNote Added: 0051350
2012-08-19 17:19mtaalStatusresolved => closed
2012-08-19 17:19mtaalFixed in Version => 3.0MP15
2014-05-20 16:02guillermogilRelationship addedrelated to 0026623

Notes
(0051302)
dbaz   
2012-08-14 16:38   
To reproduce the issue the following module needs to be installed:

https://code.openbravo.com/erp/mods/org.openbravo.client.application.examples/ [^]
(0051303)
dbaz   
2012-08-14 16:40   
Some comments about the fix:

  showErrorIcons: false,

it is needed to avoid input jumps when an error appears. Also to make the application consistent, since other grids doesn't show error icons.

/********************************************************/

  createRecordComponent: function (record, colNum) {
    var layout = null;
    if (colNum === 0) {
      layout = isc.Layout.create({
        width: 0,
        height: 0
      });
    }
    return layout;
  },

It seems that if it is not present, Smartclient doesn't perform well the maths to calculate the editing fields width
(0051304)
hgbot   
2012-08-14 16:54   
Repository: erp/devel/pi
Changeset: 7b368794cbab07bdb9bb32550d67dde0cef25211
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Aug 14 16:54:19 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7b368794cbab07bdb9bb32550d67dde0cef25211 [^]

Fixed issue 19879: [PNE] Editing inputs are now completly shown

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
---
(0051350)
mtaal   
2012-08-19 17:19   
tested