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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0018228
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminoralways2011-08-09 09:562012-01-09 12:40
ReportergorkaionView Statuspublic 
Assigned Toalostale 
PriorityurgentResolutionduplicateFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabaseOracleJava version1.5.0_15
OS VersionGentooDatabase version11gAnt version1.7.0
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesUser Interface Client Kernel
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0018228: Some grid columns don't have correct width

DescriptionSome grid columns don't honor the width defined on the Application Dictionary.

For example on header tab of Sales Invoice window, all numeric columns on the grid have the width adjusted to the label length instead of the width defined on the application dictionary. (Total Gross Amount, Total Paid, Outstanding Amount,...).

Checking the Grid definition numeric fields seem to have a "width: 50%" as a editor property but no width defined for the grid. On the code below, first definition is correct and second one is wrong:

        {
        autoExpand: true, type: '_id_112',
        editorProperties: {
          displayField: null, valueField: null
          // note need to be repeated for editor fields
          , columnName: 'C_Currency_Id_To'
          , inpColumnName: 'inpcCurrencyIdTo'
          , referencedKeyColumnName: 'C_Currency_ID'
          , targetEntity: 'Currency'
          , disabled: false
          , readonly: false
          , updatable: true
          
        }
        , width: isc.OBGrid.getDefaultColumnWidth(32), displayField: 'toCurrency._identifier',valueField: 'toCurrency', foreignKeyField: true, name: 'toCurrency', canExport: true, canHide: true, editorType: 'OBFKItem', showHover: true, hoverHTML:"return grid.getDisplayValue(colNum, record[(this.displayField ? this.displayField : 'toCurrency')])"
        , filterOnKeypress: true, canFilter:true, filterEditorType: 'OBFKFilterTextItem'
        , title: 'To Currency'
        , prompt: 'To Currency'
        , required: true
        , escapeHTML: true
        , showIf: 'true'
        , columnName: 'C_Currency_Id_To'
        , inpColumnName: 'inpcCurrencyIdTo'
        , referencedKeyColumnName: 'C_Currency_ID'
        , targetEntity: 'Currency'
       }
       ,
        {
        autoExpand: false, type: '_id_800019',
        editorProperties: {
          "width":"50%"
          // note need to be repeated for editor fields
          , columnName: 'Rate'
          , inpColumnName: 'inprate'
          , referencedKeyColumnName: ''
          , targetEntity: ''
          , disabled: false
          , readonly: false
          , updatable: true
          
        }
        , name: 'rate', canExport: true, canHide: true, editorType: 'OBNumberItem'
        , canFilter:true, filterEditorType: 'OBNumberFilterItem'
        , title: 'Rate'
        , prompt: 'Rate'
        , required: true
        , escapeHTML: true
        , showIf: 'true'
        , columnName: 'Rate'
        , inpColumnName: 'inprate'
        , referencedKeyColumnName: ''
        , targetEntity: ''
       }
Steps To ReproduceGo to Sales Invoice window and check grid's column width.

As System Administrator modify the display length of the fields of that tab.

Reload the Sales Invoice window and notice that widths don't change.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 00193713.0MP9 closedAugustoMauch Some grid columns don't have correct width 
related to defect 00181353.0MP3 closedgorkaion Exchange rate tab shows a very long "Active" field and a very short "Rate" field 

-  Notes
(0044144)
alostale (manager)
2012-01-09 12:40

Reported as obn issue

- Issue History
Date Modified Username Field Change
2011-08-09 09:56 gorkaion New Issue
2011-08-09 09:56 gorkaion Assigned To => alostale
2011-08-09 09:56 gorkaion Modules => User Interface Client Kernel
2011-08-09 09:57 gorkaion Relationship added related to 0018135
2011-12-27 13:12 VictorVillar Relationship added related to 0019371
2012-01-09 12:39 alostale Relationship replaced duplicate of 0019371
2012-01-09 12:40 alostale Note Added: 0044144
2012-01-09 12:40 alostale Status new => closed
2012-01-09 12:40 alostale Resolution open => duplicate


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker