Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031391 | Openbravo ERP | A. Platform | public | 2015-11-06 11:22 | 2015-12-17 08:41 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | 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 | 0031391: Current combo value is not selected when opening drop down list with mouse in Edge |
Description | Current combo value is not selected when opening drop down list with mouse in MS Edge browser. This could be a bug on Smartclient sources. For this reason, the following topic has been reported on Isomorphic forums: http://forums.smartclient.com/forum/technical-q-a/232534-selectvalue-function-of-comboboxitem-is-not-working-properly-on-ms-edge [^] |
Steps To Reproduce | 1) Log in using MS Edge browser
2) Go to Sales Order window
3) Create a new Order in form view
4) Click on the drop-down arrow for "Organization" field. The current 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 | related to | defect | 0030464 | | closed | caristu | Openbravo ERP 3 doesn't work on Microsoft Edge |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-11-06 11:22 | caristu | New Issue | |
2015-11-06 11:22 | caristu | Assigned To | => caristu |
2015-11-06 11:22 | caristu | Modules | => Core |
2015-11-06 11:22 | caristu | Triggers an Emergency Pack | => No |
2015-11-06 11:22 | caristu | Relationship added | related to 0031274 |
2015-11-06 11:23 | caristu | OS Version | current combo value is not selec => |
2015-11-06 12:27 | alostale | Relationship added | related to 0030464 |
2015-11-06 12:27 | alostale | Status | new => acknowledged |
2015-11-11 12:13 | alostale | Assigned To | caristu => platform |
2015-12-02 20:03 | caristu | Assigned To | platform => caristu |
2015-12-02 20:03 | caristu | Status | acknowledged => scheduled |
2015-12-11 14:39 | caristu | Note Added: 0082685 | |
2015-12-14 10:44 | hgbot | Checkin | |
2015-12-14 10:44 | hgbot | Note Added: 0082697 | |
2015-12-14 10:51 | caristu | Review Assigned To | => alostale |
2015-12-14 10:51 | caristu | Issue Monitored: alostale | |
2015-12-14 10:51 | hgbot | Checkin | |
2015-12-14 10:51 | hgbot | Note Added: 0082698 | |
2015-12-14 10:51 | hgbot | Status | scheduled => resolved |
2015-12-14 10:51 | hgbot | Resolution | open => fixed |
2015-12-14 10:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d4acabac1aee6f25bb2dd78dab1b721b59a4cf57 [^] |
2015-12-14 16:45 | hudsonbot | Checkin | |
2015-12-14 16:45 | hudsonbot | Note Added: 0082730 | |
2015-12-17 08:41 | alostale | Note Added: 0082813 | |
2015-12-17 08:41 | alostale | Status | resolved => closed |
2015-12-17 08:41 | alostale | Fixed in Version | => 3.0PR16Q1 |
Notes |
|
|
|
|
(0082697)
|
hgbot
|
2015-12-14 10:44
|
|
Repository: erp/mods/org.openbravo.userinterface.smartclient.dev
Changeset: 28cc40cdb34a3c589af03ac9168e40b5a0160965
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Dec 14 10:43:57 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.userinterface.smartclient.dev/rev/28cc40cdb34a3c589af03ac9168e40b5a0160965 [^]
related to issue 31391: Combo value not selected when opening drop down in Edge
---
M web/org.openbravo.userinterface.smartclient/isomorphic/client/widgets/form/FormItem.js
M web/org.openbravo.userinterface.smartclient/isomorphic/system/development/ISC_Forms.js
M web/org.openbravo.userinterface.smartclient/isomorphic/system/modules-debug/ISC_Forms.js
M web/org.openbravo.userinterface.smartclient/isomorphic/system/modules/ISC_Forms.js
---
|
|
|
(0082698)
|
hgbot
|
2015-12-14 10:51
|
|
Repository: erp/devel/pi
Changeset: d4acabac1aee6f25bb2dd78dab1b721b59a4cf57
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Dec 14 10:50:15 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d4acabac1aee6f25bb2dd78dab1b721b59a4cf57 [^]
fixes issue 31391: Combo value not selected when opening drop down in Edge
---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/isomorphic/ISC_Combined.js
---
|
|
|
|
|
|
|
code reviewed
tested:
Value is selected when drop down is opened in with mouse both in grid and form view for table, tableDir and list references. |
|