Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027773 | Openbravo ERP | B. User interface | public | 2014-10-06 15:48 | 2016-03-17 10:53 |
|
Reporter | plujan | |
Assigned To | caristu | |
Priority | high | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | main | |
Target Version | | Fixed in Version | 3.0PR16Q2 | |
Merge Request Status | |
Review Assigned To | alostale |
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 | 0027773: It is not possible to perform tasks in the Add Details pop up window using only keyboard shortcuts |
Description | Some basic keyboard shortcuts seem not to work for the Add Payment pop up.
You may find the complete list here: http://wiki.openbravo.com/wiki/User_Interface_Introduction#Keyboard_Shortcuts [^] |
Steps To Reproduce | Try to interact with the pop up using only keyboard shortcuts. Most of them do not work, while some others work only partially i.e. F2 key for editing works only if Tab key for moving away the grid was not used. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0031647 | | closed | caristu | js error after pressing ESC key on empty grid parameter of a process definition | related to | defect | 0031905 | | acknowledged | Triage Platform Base | incomplete keyboard shortcuts functionality in P&E |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-10-06 15:48 | plujan | New Issue | |
2014-10-06 15:48 | plujan | Assigned To | => Sandrahuguet |
2014-10-06 15:48 | plujan | OBNetwork customer | => No |
2014-10-06 15:48 | plujan | Modules | => Core |
2014-10-06 15:48 | plujan | Triggers an Emergency Pack | => No |
2014-10-07 13:00 | Sandrahuguet | Assigned To | Sandrahuguet => AugustoMauch |
2015-03-11 11:19 | alostale | Priority | normal => high |
2015-03-11 11:19 | alostale | Status | new => acknowledged |
2015-03-17 14:37 | alostale | Assigned To | AugustoMauch => platform |
2015-12-02 19:58 | caristu | Assigned To | platform => caristu |
2015-12-02 19:58 | caristu | Status | acknowledged => scheduled |
2015-12-02 20:02 | caristu | Relationship added | related to 0031647 |
2016-01-11 16:10 | caristu | Review Assigned To | => alostale |
2016-01-11 16:10 | caristu | Issue Monitored: alostale | |
2016-01-11 16:12 | hgbot | Checkin | |
2016-01-11 16:12 | hgbot | Note Added: 0083195 | |
2016-01-11 16:12 | hgbot | Status | scheduled => resolved |
2016-01-11 16:12 | hgbot | Resolution | open => fixed |
2016-01-11 16:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/daffb319b79de9860f4f57a518147820f63ba472 [^] |
2016-01-12 18:04 | gorka_gil | Note Added: 0083207 | |
2016-01-15 11:53 | alostale | Note Added: 0083342 | |
2016-01-15 11:53 | alostale | Status | resolved => closed |
2016-01-15 11:53 | alostale | Fixed in Version | => 3.0PR16Q2 |
2016-01-15 11:53 | alostale | Relationship added | related to 0031905 |
2016-03-17 10:53 | hudsonbot | Checkin | |
2016-03-17 10:53 | hudsonbot | Note Added: 0085026 | |
Notes |
|
(0083195)
|
hgbot
|
2016-01-11 16:12
|
|
Repository: erp/devel/pi
Changeset: daffb319b79de9860f4f57a518147820f63ba472
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Jan 11 12:33:11 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/daffb319b79de9860f4f57a518147820f63ba472 [^]
fixes issue 27773: Not possible to work with keyboard shortcuts in Add Details
Now the OBPickAndExecuteGrid implements the ability to capture keyboard shortcuts and execute the corresponding actions. In addition, there was a problem with shortcuts having a parameter window opened: it was possible to execute shortcuts of the 'parent' window. This problem has been solved too by disabling the shortcuts of the parent view after opening a pick and execute view.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-keyboard-manager.js
---
|
|
|
|
The following shortcuts are now working for grid parameters:
Ctrl + Shift + f -> Jump to column filters
Esc -> Returns to grid while keeping the filter value
Alt + Del -> Clear column filters
Ctrl + i -> Insert row (if the grid allows record insertion)
Del -> Delete row (if the grid allows record deletion)
Ctrl+ Del -> Delete row (if the grid allows record deletion)
F2 -> Edit row |
|
|
|
code reviewed
Tested: working fine in some cases, though there are some others it still requires improvement (see 0031905) |
|
|
|
|