Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018075 | Openbravo ERP | B. User interface | public | 2011-07-25 17:06 | 2011-08-02 13:05 |
|
Reporter | plujan | |
Assigned To | mtaal | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
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 | 0018075: Automatic focus change shows only one available option in combo boxes |
Description | Because of the automatic focus change, if the field receiving focus is a combo with a value it displays only the already selected option.
This could be misinterpreted by a user, since it seems like only one option is available (see attach)
Also, smoke tests' behaviour is to click the button to display the list, and since the list was already displayed by the automatic focus change, no list is shown and the value "Dec-10" is still missing. |
Steps To Reproduce | 1. Go to Open Close Periods and create a new record
2. Select a Year
3. The focus moves to Until Period, and the value Jan-xx is shown as the only available option. See attach.
4. Click the button to display the list. Since the list was shown, now it disappears.
5. Click again button, now the list is showing all the available values. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | duplicate of | defect | 0026043 | 3.0PR14Q2 | closed | alostale | blur triggers selector ds request without pagination | related to | defect | 0018076 | | closed | mtaal | On tax rate, the base amount selected value disappears |
|
Attached Files | AutomaticFocusChange.PNG (47,666) 2011-07-25 17:06 https://issues.openbravo.com/file_download.php?file_id=4389&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2011-07-25 17:06 | plujan | New Issue | |
2011-07-25 17:06 | plujan | Assigned To | => mtaal |
2011-07-25 17:06 | plujan | File Added: AutomaticFocusChange.PNG | |
2011-07-25 17:06 | plujan | Modules | => Core |
2011-07-26 08:35 | elopio | Relationship added | related to 0018076 |
2011-07-26 16:08 | hgbot | Checkin | |
2011-07-26 16:08 | hgbot | Note Added: 0039388 | |
2011-07-26 16:08 | hgbot | Status | new => resolved |
2011-07-26 16:08 | hgbot | Resolution | open => fixed |
2011-07-26 16:08 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/08f573d7fca6eab32cce9d15c6f6642c42a40c79 [^] |
2011-07-27 06:05 | hgbot | Checkin | |
2011-07-27 06:05 | hgbot | Note Added: 0039419 | |
2011-08-01 14:21 | hudsonbot | Checkin | |
2011-08-01 14:21 | hudsonbot | Note Added: 0039685 | |
2011-08-01 14:21 | hudsonbot | Checkin | |
2011-08-01 14:21 | hudsonbot | Note Added: 0039699 | |
2011-08-02 13:05 | marvintm | Status | resolved => closed |
2014-03-21 09:43 | alostale | Relationship added | duplicate of 0026043 |
Notes |
|
(0039388)
|
hgbot
|
2011-07-26 16:08
|
|
Repository: erp/devel/pi
Changeset: 08f573d7fca6eab32cce9d15c6f6642c42a40c79
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jul 26 16:06:34 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/08f573d7fca6eab32cce9d15c6f6642c42a40c79 [^]
Fixes issue 18075: Automatic focus change shows only one available option in combo boxes
The option addUnknowValues was set to false to prevent a red label in some cases, this caused the picklist to show up because of some SC internal logic
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-list.js
---
|
|
|
(0039419)
|
hgbot
|
2011-07-27 06:05
|
|
Repository: erp/devel/pi
Changeset: a9fcfad12078be70a9ffeb8780e83b2c3b379881
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Jul 27 06:04:45 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a9fcfad12078be70a9ffeb8780e83b2c3b379881 [^]
Related to issue 18075: Automatic focus change shows only one available option in combo boxes
Do not set addUnknownValues as this sometimes causes the picker to showup
Also removed selectOnFocus as this is now controlled on form level
---
M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
---
|
|
|
|
|
|
|
|