Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0021786 | Openbravo ERP | B. User interface | public | 2012-09-28 11:07 | 2012-10-30 11:23 |
|
| Reporter | plujan | |
| Assigned To | dbaz | |
| 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.0MP17 | |
| Merge Request Status | |
| Review Assigned To | AugustoMauch |
| 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 | 0021786: When opening a drop down list, Esc behaviour is not the expected |
| Description | I use Alt+ArrowDown to open the list of a combobox's values. If I hit Esc to close the list, the ERP closes current form. |
| Steps To Reproduce | Open in Form view a record with a combobox and after opening the list press Esc key. |
| Proposed Solution | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | fix.diff (8,762) 2012-10-03 13:09 https://issues.openbravo.com/file_download.php?file_id=5634&type=bug |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2012-09-28 11:07 | plujan | New Issue | |
| 2012-09-28 11:07 | plujan | Assigned To | => dbaz |
| 2012-09-28 11:07 | plujan | Modules | => Core |
| 2012-09-28 11:07 | plujan | OBNetwork customer | => No |
| 2012-10-03 13:08 | dbaz | Review Assigned To | => AugustoMauch |
| 2012-10-03 13:08 | dbaz | Status | new => scheduled |
| 2012-10-03 13:08 | dbaz | Type | design defect => defect |
| 2012-10-03 13:08 | dbaz | Issue Monitored: AugustoMauch | |
| 2012-10-03 13:09 | dbaz | Note Added: 0053014 | |
| 2012-10-03 13:09 | dbaz | File Added: fix.diff | |
| 2012-10-04 20:19 | hgbot | Checkin | |
| 2012-10-04 20:19 | hgbot | Note Added: 0053060 | |
| 2012-10-04 20:19 | hgbot | Status | scheduled => resolved |
| 2012-10-04 20:19 | hgbot | Resolution | open => fixed |
| 2012-10-04 20:19 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/39b8bbea9038889afae9325a18a2d2cdcaceda19 [^] |
| 2012-10-11 07:50 | hudsonbot | Checkin | |
| 2012-10-11 07:50 | hudsonbot | Note Added: 0053240 | |
| 2012-10-30 11:23 | AugustoMauch | Note Added: 0053795 | |
| 2012-10-30 11:23 | AugustoMauch | Status | resolved => closed |
| 2012-10-30 11:23 | AugustoMauch | Fixed in Version | => 3.0MP17 |
|
Notes |
|
|
(0053014)
|
|
dbaz
|
|
2012-10-03 13:09
|
|
|
Added "fix.diff" with the proposed fix. |
|
|
|
(0053060)
|
|
hgbot
|
|
2012-10-04 20:19
|
|
Repository: erp/devel/pi
Changeset: 39b8bbea9038889afae9325a18a2d2cdcaceda19
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu Oct 04 20:19:01 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/39b8bbea9038889afae9325a18a2d2cdcaceda19 [^]
Fixed issue 21786: ESC [KS] now does the expected behavior in combos
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-action-button.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-keyboard-manager.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
|
|
|
|
|
|
|
|
|
|
Code reviewed and verified in pi@2c82168e2836 |
|