Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0027773Openbravo ERPB. User interfacepublic2014-10-06 15:482016-03-17 10:53
plujan 
caristu 
highmajorhave not tried
closedfixed 
5
main 
3.0PR16Q2 
alostale
Core
No
0027773: It is not possible to perform tasks in the Add Details pop up window using only keyboard shortcuts
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 [^]
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.
No tags attached.
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 
Issue History
2014-10-06 15:48plujanNew Issue
2014-10-06 15:48plujanAssigned To => Sandrahuguet
2014-10-06 15:48plujanModules => Core
2014-10-06 15:48plujanTriggers an Emergency Pack => No
2014-10-07 13:00SandrahuguetAssigned ToSandrahuguet => AugustoMauch
2015-03-11 11:19alostalePrioritynormal => high
2015-03-11 11:19alostaleStatusnew => acknowledged
2015-03-17 14:37alostaleAssigned ToAugustoMauch => platform
2015-12-02 19:58caristuAssigned Toplatform => caristu
2015-12-02 19:58caristuStatusacknowledged => scheduled
2015-12-02 20:02caristuRelationship addedrelated to 0031647
2016-01-11 16:10caristuReview Assigned To => alostale
2016-01-11 16:10caristuIssue Monitored: alostale
2016-01-11 16:12hgbotCheckin
2016-01-11 16:12hgbotNote Added: 0083195
2016-01-11 16:12hgbotStatusscheduled => resolved
2016-01-11 16:12hgbotResolutionopen => fixed
2016-01-11 16:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/daffb319b79de9860f4f57a518147820f63ba472 [^]
2016-01-12 18:04gorka_gilNote Added: 0083207
2016-01-15 11:53alostaleNote Added: 0083342
2016-01-15 11:53alostaleStatusresolved => closed
2016-01-15 11:53alostaleFixed in Version => 3.0PR16Q2
2016-01-15 11:53alostaleRelationship addedrelated to 0031905
2016-03-17 10:53hudsonbotCheckin
2016-03-17 10:53hudsonbotNote 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
---
(0083207)
gorka_gil   
2016-01-12 18:04   
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
(0083342)
alostale   
2016-01-15 11:53   
code reviewed

Tested: working fine in some cases, though there are some others it still requires improvement (see 0031905)
(0085026)
hudsonbot   
2016-03-17 10:53   
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/b22fb0500156 [^]
Maturity status: Test