Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031377 | Openbravo ERP | A. Platform | public | 2015-11-05 16:51 | 2015-11-23 21:17 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0PR16Q1 | Fixed in Version | 3.0PR16Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0031377: Current combo value is not selected when opening drop down list with the keyboard |
Description | Current combo value is not selected when opening drop down list with the keyboard. Since issue[1] when clicking on any combo to display the drop-down, the value is selected in order to ease user edition.
To have an homogeneous behavior when working with the keyboard, the current value should be selected in this case also. |
Steps To Reproduce | 1) Go to Sales Order
2) Create a new Order in form view
3) Click on the drop-down arrow for "Organization" field (the combo value is selected)
4) Type ALT+keyboard down for "Organization" field (the combo value is not selected) |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0031274 | | closed | caristu | current combo value is not selected when opening drop down list with mouse in form view |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-11-05 16:51 | caristu | New Issue | |
2015-11-05 16:51 | caristu | Assigned To | => caristu |
2015-11-05 16:51 | caristu | Modules | => Core |
2015-11-05 16:51 | caristu | Triggers an Emergency Pack | => No |
2015-11-05 16:51 | caristu | Relationship added | related to 0031274 |
2015-11-05 19:02 | hgbot | Checkin | |
2015-11-05 19:02 | hgbot | Note Added: 0081539 | |
2015-11-05 19:02 | hgbot | Status | new => resolved |
2015-11-05 19:02 | hgbot | Resolution | open => fixed |
2015-11-05 19:02 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e43fcd8f3d3ae3adb80ae6075e5178b89a02948f [^] |
2015-11-05 19:03 | caristu | Note Added: 0081540 | |
2015-11-05 19:13 | caristu | Review Assigned To | => alostale |
2015-11-05 19:13 | caristu | Issue Monitored: alostale | |
2015-11-09 09:49 | alostale | Note Added: 0081608 | |
2015-11-09 09:49 | alostale | Status | resolved => closed |
2015-11-09 09:49 | alostale | Fixed in Version | => 3.0PR16Q1 |
2015-11-23 21:17 | hudsonbot | Checkin | |
2015-11-23 21:17 | hudsonbot | Note Added: 0082183 | |
Notes |
|
(0081539)
|
hgbot
|
2015-11-05 19:02
|
|
Repository: erp/devel/pi
Changeset: e43fcd8f3d3ae3adb80ae6075e5178b89a02948f
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Nov 05 19:00:37 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e43fcd8f3d3ae3adb80ae6075e5178b89a02948f [^]
fixes issue 31377: Combo value not selected after open drop-down with keyboard
Now the behavior of the combos when opening the drop-down with the keyboard is the same as when clicking on the arrow button with the mouse.
To solve this problem the handleKeyPress function is overriden to select the current combo value when ALT + keyboard down shortcut is pressed. Also it is checked that the combo is on a valid state before showing the drop-down.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-combo.js
---
|
|
|
|
|
|
|
code reviewed
tested:
Value is selected when drop down is opened in with keyboard (ALT+key down) both in grid and form view for table, tableDir and list references. |
|
|
|
|