Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020874 | Openbravo ERP | A. Platform | public | 2012-06-26 16:58 | 2012-06-28 08:34 |
|
Reporter | AugustoMauch | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP13 | Fixed in Version | 3.0MP13 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - QA Approved |
Regression date | 2012-05-03 |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | yes |
|
Summary | 0020874: Down key navigation does not work in grid view if not all records have been loaded. |
Description | It is not possible to use the down key to move to the next record in the grid until all the records have been loaded from the datasource |
Steps To Reproduce | - Open the Country and Region window
- In the grid view, notice that you can move to the previous record by pressing the up arrow key, but you can not move to the next record by pressing the down arrow key.
- Scroll down until the last record is loaded.
- Notice that now you can use up and down arrow keys to move among the records |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0017910 | | closed | migueldejuana | In grid of generated windows you can scroll out of the range of existing rows using cursor keys |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-06-26 16:58 | AugustoMauch | New Issue | |
2012-06-26 16:58 | AugustoMauch | Assigned To | => AugustoMauch |
2012-06-26 16:58 | AugustoMauch | Modules | => Core |
2012-06-26 16:58 | AugustoMauch | OBNetwork customer | => No |
2012-06-26 17:05 | AugustoMauch | Note Added: 0050098 | |
2012-06-26 17:06 | AugustoMauch | Note Edited: 0050098 | bug_revision_view_page.php?bugnote_id=0050098#r3576 |
2012-06-26 17:13 | AugustoMauch | Regression level | => Production - QA Approved |
2012-06-26 17:18 | AugustoMauch | Note Added: 0050100 | |
2012-06-26 19:36 | shuehner | Issue Monitored: shuehner | |
2012-06-27 12:51 | AugustoMauch | Regression date | => 2012-05-03 |
2012-06-27 12:51 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/d0ca61f83c8f11b99f93ba31eafa30919d52ea48 [^] |
2012-06-27 12:51 | AugustoMauch | Relationship added | related to 0017910 |
2012-06-27 13:01 | hgbot | Checkin | |
2012-06-27 13:01 | hgbot | Note Added: 0050188 | |
2012-06-27 13:01 | hgbot | Status | new => resolved |
2012-06-27 13:01 | hgbot | Resolution | open => fixed |
2012-06-27 13:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/7ada3b41a87a90d3b3f30ee3359c925e13db152d [^] |
2012-06-28 07:59 | hudsonbot | Checkin | |
2012-06-28 07:59 | hudsonbot | Note Added: 0050220 | |
2012-06-28 08:33 | alostale | Note Added: 0050242 | |
2012-06-28 08:34 | alostale | Status | resolved => closed |
2012-06-28 08:34 | alostale | Fixed in Version | => 3.0MP13 |
Notes |
|
(0050098)
|
AugustoMauch
|
2012-06-26 17:05
(edited on: 2012-06-26 17:06) |
|
This issue was not reproducible in MP7, thus it is a regression.
|
|
|
|
This issue is reproducible in MP12 but not in MP11. |
|
|
(0050188)
|
hgbot
|
2012-06-27 13:01
|
|
Repository: erp/devel/pi
Changeset: 7ada3b41a87a90d3b3f30ee3359c925e13db152d
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Jun 27 13:00:29 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7ada3b41a87a90d3b3f30ee3359c925e13db152d [^]
Fixes issue 20874: Prevented exception when pushing the down arrow key
In the fix of issue 17910 some logic was introduced that checked the id of the last record of the grid. If that record was yet to be loaded, the exception 'Cannot read property from undefined' was raised.
Now, before executing that statement, it is checked if the last grid record is defined.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
---
|
|
|
|
|
|
|
Code reviewed and verified in pi@db25f47ad0a4
Verified also 0017910 is still fixed |
|