Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021723Openbravo ERPA. Platformpublic2012-09-24 09:432012-09-28 14:38
AugustoMauch 
AugustoMauch 
immediatemajoralways
closedfixed 
5
 
3.0MP163.0MP16 
dbaz
Core
Pre packaging ( pi )
2012-09-13
https://code.openbravo.com/erp/devel/pi/rev/163c8afae1d752d8eef21cc4c30b9937fa7efeaa [^]
No
0021723: Not possible to move to another row while editing if current row has not been changed
While editing the grid, the Enter, ArrowUp and ArrowDown shortcuts are not working when pushed in a row that has not been changed yet.
- Open any window
- Open a row in edit mode in the grid
- Without making any change, push an arrow button
- The focus will remain on the cell, and a javascript error will be shown in the console
No tags attached.
related to defect 0019830 closed AugustoMauch Error message is not shown when using Enter key to exit an invalid row 
Issue History
2012-09-24 09:43AugustoMauchNew Issue
2012-09-24 09:43AugustoMauchAssigned To => AugustoMauch
2012-09-24 09:43AugustoMauchModules => Core
2012-09-24 09:43AugustoMauchRelationship addedrelated to 0019830
2012-09-24 09:44AugustoMauchRegression level => Pre packaging ( pi )
2012-09-24 09:44AugustoMauchRegression date => 2012-09-13
2012-09-24 09:44AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/163c8afae1d752d8eef21cc4c30b9937fa7efeaa [^]
2012-09-24 09:46AugustoMauchIssue Monitored: dbaz
2012-09-24 09:47AugustoMauchClosed by => dbaz
2012-09-24 09:54hgbotCheckin
2012-09-24 09:54hgbotNote Added: 0052303
2012-09-24 09:54hgbotStatusnew => resolved
2012-09-24 09:54hgbotResolutionopen => fixed
2012-09-24 09:54hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/88d8eb6ceadbaf706b137fd940943eecc1637bb5 [^]
2012-09-24 12:02dbazNote Added: 0052313
2012-09-24 12:02dbazStatusresolved => closed
2012-09-24 12:02dbazFixed in Version => 3.0MP16
2012-09-24 18:48dbazIssue End Monitor: dbaz
2012-09-28 14:38hudsonbotCheckin
2012-09-28 14:38hudsonbotNote Added: 0052880

Notes
(0052303)
hgbot   
2012-09-24 09:54   
Repository: erp/devel/pi
Changeset: 88d8eb6ceadbaf706b137fd940943eecc1637bb5
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Sep 24 09:49:08 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/88d8eb6ceadbaf706b137fd940943eecc1637bb5 [^]

Fixes issue 21723: Shorcuts work again while editing the grid

If the arrow down, arrow up or enter key was pressed while editing the grid but without any actual changes done, its shortcuts were not being executed. This happened because this keys trigger a validation on the changed fields, and it was not being checked in they were not null.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
(0052313)
dbaz   
2012-09-24 12:02   
Reviewed @ changeset: 17998 - d3257883657b
(0052880)
hudsonbot   
2012-09-28 14:38   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6d2f8cffd4b1 [^]

Maturity status: Test