Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031766Openbravo ERPA. Platformpublic2015-12-22 19:312016-03-17 10:56
caristu 
caristu 
normalmajoralways
closedfixed 
5
 
3.0PR16Q2 
alostale
Core
No
0031766: Application unexpectedly closed after opening the location selector in Edge
The application is unexpectedly closed after opening the location selector in Edge
1) Using MS Edge browser, go to the [Business Partner] window
2) Select any record in the header and move to the Location tab
3) Create a new record
4) Click on the magnifying glass of the Location selector. The application is unexpectedly closed
MS Edge currently has a weird behavior regarding window.open command and also it seems that window.focus is not working properly neither.

In any case opening the selector window outside of the application seems to work fine.
No tags attached.
related to defect 0030464 closed caristu Openbravo ERP 3 doesn't work on Microsoft Edge 
related to defect 0031504 closed platform [MS Edge] location selector popup opens in full window 
Issue History
2015-12-22 19:31caristuNew Issue
2015-12-22 19:31caristuAssigned To => platform
2015-12-22 19:31caristuModules => Core
2015-12-22 19:31caristuTriggers an Emergency Pack => No
2015-12-22 19:31caristuRelationship addedrelated to 0030464
2015-12-22 19:31caristuProposed Solution updated
2015-12-22 19:31caristuProposed Solution updated
2015-12-22 19:32caristuRelationship addedrelated to 0031504
2015-12-23 10:14alostaleStatusnew => acknowledged
2015-12-23 13:02caristuAssigned Toplatform => caristu
2015-12-23 13:02caristuStatusacknowledged => scheduled
2016-02-05 13:15hgbotCheckin
2016-02-05 13:15hgbotNote Added: 0083965
2016-02-05 13:15hgbotStatusscheduled => resolved
2016-02-05 13:15hgbotResolutionopen => fixed
2016-02-05 13:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/4ad163e229c542743a7a73bd2b3395458c5d71a2 [^]
2016-02-12 08:15alostaleNote Added: 0084135
2016-02-12 08:15alostaleStatusresolved => new
2016-02-12 08:15alostaleResolutionfixed => open
2016-02-12 09:02hgbotCheckin
2016-02-12 09:02hgbotNote Added: 0084139
2016-02-12 09:02caristuReview Assigned To => alostale
2016-02-12 09:02caristuStatusnew => scheduled
2016-02-12 09:02caristuStatusscheduled => resolved
2016-02-12 09:02caristuResolutionopen => fixed
2016-02-12 09:03caristuIssue Monitored: alostale
2016-02-12 14:48alostaleNote Added: 0084159
2016-02-12 14:48alostaleStatusresolved => closed
2016-02-12 14:48alostaleFixed in Version => 3.0PR16Q2
2016-03-17 10:56hudsonbotCheckin
2016-03-17 10:56hudsonbotNote Added: 0085108
2016-03-17 10:56hudsonbotCheckin
2016-03-17 10:56hudsonbotNote Added: 0085131

Notes
(0083965)
hgbot   
2016-02-05 13:15   
Repository: erp/devel/pi
Changeset: 4ad163e229c542743a7a73bd2b3395458c5d71a2
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Feb 05 13:14:11 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/4ad163e229c542743a7a73bd2b3395458c5d71a2 [^]

fixes issue 31766: Application unexpectedly closed using some selectors in Edge

Now selectors based on OBSearchItem class are opened inside an Smartclient pop-up instead of using a new browser window.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-search.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js
M src/org/openbravo/erpCommon/info/Account.html
M src/org/openbravo/erpCommon/info/Account.java
M src/org/openbravo/erpCommon/info/AccountElementValue.html
M src/org/openbravo/erpCommon/info/AccountElementValue.java
M src/org/openbravo/erpCommon/info/AttributeSetInstance.html
M src/org/openbravo/erpCommon/info/BusinessPartner.html
M src/org/openbravo/erpCommon/info/BusinessPartner.java
M src/org/openbravo/erpCommon/info/DebtPayment.html
M src/org/openbravo/erpCommon/info/ImageInfo.html
M src/org/openbravo/erpCommon/info/ImageInfoBLOB.html
M src/org/openbravo/erpCommon/info/Invoice.html
M src/org/openbravo/erpCommon/info/Invoice.java
M src/org/openbravo/erpCommon/info/InvoiceLine.html
M src/org/openbravo/erpCommon/info/InvoiceLine.java
M src/org/openbravo/erpCommon/info/Location.java
M src/org/openbravo/erpCommon/info/Location_F1.html
M src/org/openbravo/erpCommon/info/Location_FS.html
M src/org/openbravo/erpCommon/info/Locator.html
M src/org/openbravo/erpCommon/info/Locator.java
M src/org/openbravo/erpCommon/info/Product.html
M src/org/openbravo/erpCommon/info/Product.java
M src/org/openbravo/erpCommon/info/ProductComplete.html
M src/org/openbravo/erpCommon/info/ProductComplete.java
M src/org/openbravo/erpCommon/info/Project.html
M src/org/openbravo/erpCommon/info/Project.java
M src/org/openbravo/erpCommon/info/SalesOrder.html
M src/org/openbravo/erpCommon/info/SalesOrder.java
M src/org/openbravo/erpCommon/info/SalesOrderLine.html
M src/org/openbravo/erpCommon/info/SalesOrderLine.java
M src/org/openbravo/erpCommon/info/SearchUniqueKeyResponse.html
M src/org/openbravo/erpCommon/info/ShipmentReceipt.html
M src/org/openbravo/erpCommon/info/ShipmentReceipt.java
M src/org/openbravo/erpCommon/info/ShipmentReceiptLine.html
M src/org/openbravo/erpCommon/info/ShipmentReceiptLine.java
---
(0084135)
alostale   
2016-02-12 08:15   
Reopened:

Before this change, title for Location Selector popup was "Location selector", now it is "New address entrance". Which is not correct because:
-Entrance has no sense in this context
-It is not necessarily new, it can be used to edit an existent location

Note Location selector is a frameset, title is taken from Location_F1.html.
(0084139)
hgbot   
2016-02-12 09:02   
Repository: erp/devel/pi
Changeset: 5f2dad834745f99fe2dd25392d890e9d16a3fd69
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Feb 12 09:01:15 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/5f2dad834745f99fe2dd25392d890e9d16a3fd69 [^]

related to issue 31766: put correct location selector title

---
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/erpCommon/info/Location_F1.html
---
(0084159)
alostale   
2016-02-12 14:48   
code reviewed

tested in chrome + edge
(0085108)
hudsonbot   
2016-03-17 10:56   
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
(0085131)
hudsonbot   
2016-03-17 10:56   
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