Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017910 | Openbravo ERP | A. Platform | public | 2011-07-05 19:23 | 2012-06-28 07:59 |
|
Reporter | shuehner | |
Assigned To | migueldejuana | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017910: In grid of generated windows you can scroll out of the range of existing rows using cursor keys |
Description | See steps to reproduce: scrolling behavior for cursor-up on first line or cursor down on last line strange . |
Steps To Reproduce | Open sales order window
select a sales order having at least two lines
click on first sales order line to mark it as selected.
use cursor up -> notice marker dissappears
use cursor up again -> notice marker re-appears
same with cursor down + last line |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0020874 | 3.0MP13 | closed | AugustoMauch | Down key navigation does not work in grid view if not all records have been loaded. |
|
Attached Files | CheckboxGrid.avi (2,092,574) 2012-04-25 22:49 https://issues.openbravo.com/file_download.php?file_id=5171&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2011-07-05 19:23 | shuehner | New Issue | |
2011-07-05 19:23 | shuehner | Assigned To | => alostale |
2011-07-05 19:23 | shuehner | Modules | => Core |
2011-07-05 19:23 | shuehner | OBNetwork customer | => No |
2012-04-24 15:00 | alostale | Assigned To | alostale => migueldejuana |
2012-04-25 10:37 | hgbot | Checkin | |
2012-04-25 10:37 | hgbot | Note Added: 0047949 | |
2012-04-25 10:39 | migueldejuana | Note Deleted: 0047949 | |
2012-04-25 22:48 | mtaal | Note Added: 0047985 | |
2012-04-25 22:49 | mtaal | File Added: CheckboxGrid.avi | |
2012-04-26 12:14 | alostale | Note Added: 0048005 | |
2012-04-26 12:14 | alostale | Type | defect => design defect |
2012-04-26 19:32 | hudsonbot | Checkin | |
2012-04-26 19:32 | hudsonbot | Note Added: 0048094 | |
2012-05-03 16:48 | hgbot | Checkin | |
2012-05-03 16:48 | hgbot | Note Added: 0048347 | |
2012-05-03 16:48 | hgbot | Status | new => resolved |
2012-05-03 16:48 | hgbot | Resolution | open => fixed |
2012-05-03 16:48 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d0ca61f83c8f11b99f93ba31eafa30919d52ea48 [^] |
2012-05-03 16:50 | migueldejuana | Note Added: 0048350 | |
2012-05-08 17:54 | AugustoMauch | Note Added: 0048464 | |
2012-05-08 17:54 | AugustoMauch | Status | resolved => closed |
2012-05-08 17:54 | AugustoMauch | Fixed in Version | => 3.0MP12 |
2012-05-25 12:09 | hudsonbot | Checkin | |
2012-05-25 12:09 | hudsonbot | Note Added: 0049013 | |
2012-06-27 12:51 | AugustoMauch | Relationship added | related to 0020874 |
2012-06-27 13:01 | hgbot | Checkin | |
2012-06-27 13:01 | hgbot | Note Added: 0050187 | |
2012-06-28 07:59 | hudsonbot | Checkin | |
2012-06-28 07:59 | hudsonbot | Note Added: 0050221 | |
Notes |
|
(0047985)
|
mtaal
|
2012-04-25 22:48
|
|
|
|
|
Setting as design defect because it depends on SmartClient to be fixed |
|
|
|
|
|
(0048347)
|
hgbot
|
2012-05-03 16:48
|
|
Repository: erp/devel/pi
Changeset: d0ca61f83c8f11b99f93ba31eafa30919d52ea48
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu May 03 16:46:24 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d0ca61f83c8f11b99f93ba31eafa30919d52ea48 [^]
Fixed issue 17910: Don't scroll out of range of existing rows using cursor keys
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
---
|
|
|
|
|
|
|
Code reviewed and verified in pi@5f0181ecc96c |
|
|
|
|
|
(0050187)
|
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
---
|
|
|
|
|