Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0048435Openbravo ERPA. Platformpublic2022-01-19 16:342022-02-03 12:12
shuehner 
Triage Platform Base 
normalminorhave not tried
closedfixed 
5
 
PR22Q2 
Core
No
0048435: Cleanup code related to Internet Explorer as it is now unsupported
Issue 48260 in 22Q1 release declared Internet Explorer as unsupported.

That allows to check and cleanup any code/workarounds we have specifically for it.
Example search patterns:
grep -Ir MSIE
grep -Ir isIE9Strict
grep -Iir "Internet Explorer"
No tags attached.
related to design defect 0029109 closed platform Openbravo ERP remove IE8 compatibility code in BaseReportActionHandler 
depends on feature request 0048260PR22Q1 closed Triage Platform Base Openbravo ERP desupport Internet Explorer in backoffice 
related to defect 0048444 new Triage Platform Base Openbravo ERP Review and simplify CSSdataUri option for StyleSheetResourcesComponent 
related to defect 0048448 new psanjuan Localization Pack: Spain Cleanup obsolete code related to supporting old Internet Explorer 
related to defect 0048449 new Triage Omni OMS Modules Cleanup obsolete code related to supporting old Internet Explorer 
blocks design defect 0032688 acknowledged Triage Platform Base Openbravo ERP remove unused resources 
blocks defect 0048450 new Triage Platform Base Openbravo ERP Cleanup special cases in CSS for old Internet Explorer 
Issue History
2022-01-19 16:34shuehnerNew Issue
2022-01-19 16:34shuehnerAssigned To => Triage Platform Base
2022-01-19 16:34shuehnerModules => Core
2022-01-19 16:34shuehnerTriggers an Emergency Pack => No
2022-01-19 16:34shuehnerRelationship addeddepends on 0048260
2022-01-19 18:14hgbotNote Added: 0134400
2022-01-19 18:18shuehnerRelationship addedrelated to 0029109
2022-01-20 07:12alostaleRelationship addedblocks 0032688
2022-01-20 14:34shuehnerRelationship addedrelated to 0048444
2022-01-20 15:34shuehnerRelationship addedrelated to 0048448
2022-01-20 15:42shuehnerRelationship addedrelated to 0048449
2022-01-20 15:47shuehnerRelationship addedblocks 0048450
2022-02-03 12:12hgbotResolutionopen => fixed
2022-02-03 12:12hgbotStatusnew => closed
2022-02-03 12:12hgbotFixed in Version => PR22Q2
2022-02-03 12:12hgbotNote Added: 0134756
2022-02-03 12:12hgbotNote Added: 0134757

Notes
(0134400)
hgbot   
2022-01-19 18:14   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/505 [^]
(0134756)
hgbot   
2022-02-03 12:12   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 034ea4406bf90b815348163f309f8f97237fdfd9
Author: Stefan Huehner <stefan.huehner@openbravo.com>
Date: 03-02-2022 11:12:43
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/034ea4406bf90b815348163f309f8f97237fdfd9 [^]

fixes ISSUE-48435: Cleanup obsolete IE support code

Now that Internet Explorer is not longer supported (ISSUE-48260), the code handling special Internet Explorer cases has been removed.

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/Reconciliation.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/BatchPaymentExecution.html
M modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-tab.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-style.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js
M src/index.jsp
M src/org/openbravo/base/secureApp/PopUp_Close_And_Refresh.html
M src/org/openbravo/base/secureApp/PopUp_Close_Refresh.html
M src/org/openbravo/erpCommon/ad_actionButton/CreditPaymentGrid.html
M src/org/openbravo/erpCommon/ad_actionButton/PhysicalInventory.html
M src/org/openbravo/erpCommon/businessUtility/TabAttachments.java
M src/org/openbravo/erpCommon/security/Login.html
M src/org/openbravo/erpCommon/utility/PopupLoading.html
M src/org/openbravo/erpCommon/utility/VerticalMenu.html
M src/org/openbravo/erpCommon/utility/VerticalMenuLoading.html
M web/js/ajax.js
M web/js/genericTree.js
M web/js/login.js
M web/js/menuKeyboard.js
M web/js/searchs.js
M web/js/utils.js
M web/js/windowKeyboard.js
---
(0134757)
hgbot   
2022-02-03 12:12   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/505 [^]