Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0019879
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2012-02-26 22:252012-08-19 17:19
ReportermtaalView Statuspublic 
Assigned Todbaz 
PrioritynormalResolutionfixedFixed in Version3.0MP15
StatusclosedFix in branchFixed in SCM revision7b368794cbab
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomtaal
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0019879: PNE, when editing charge amount, first character not completely visible

DescriptionSee the attached screenshot
Steps To ReproduceTo 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 [^]
TagsNo tags attached.
Attached Filespng file icon Screenshot at 2012-02-26 22:22:54.png [^] (18,801 bytes) 2012-02-26 22:25

- Relationships Relation Graph ] Dependency Graph ]
related to defect 00266233.0PR14Q3 closedguillermogil Canvas fields are not working properly on pick and execute windows 

-  Notes
(0051302)
dbaz (developer)
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 (developer)
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 (developer)
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 (manager)
2012-08-19 17:19

tested

- Issue History
Date Modified Username Field Change
2012-02-26 22:25 mtaal New Issue
2012-02-26 22:25 mtaal Assigned To => iperdomo
2012-02-26 22:25 mtaal File Added: Screenshot at 2012-02-26 22:22:54.png
2012-02-26 22:25 mtaal Modules => Core
2012-02-27 13:38 iperdomo Status new => scheduled
2012-02-27 13:38 iperdomo Assigned To iperdomo => dbaz
2012-02-27 13:38 iperdomo fix_in_branch => pi
2012-08-14 16:38 dbaz Note Added: 0051302
2012-08-14 16:40 dbaz Note Added: 0051303
2012-08-14 16:41 dbaz Closed by => mtaal
2012-08-14 16:41 dbaz fix_in_branch pi =>
2012-08-14 16:54 hgbot Checkin
2012-08-14 16:54 hgbot Note Added: 0051304
2012-08-14 16:54 hgbot Status scheduled => resolved
2012-08-14 16:54 hgbot Resolution open => fixed
2012-08-14 16:54 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/7b368794cbab07bdb9bb32550d67dde0cef25211 [^]
2012-08-19 17:19 mtaal Note Added: 0051350
2012-08-19 17:19 mtaal Status resolved => closed
2012-08-19 17:19 mtaal Fixed in Version => 3.0MP15
2014-05-20 16:02 guillermogil Relationship added related to 0026623


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker