Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048260 | Openbravo ERP | A. Platform | public | 2021-12-16 08:56 | 2022-02-03 12:12 |
|
Reporter | alostale | |
Assigned To | Triage Platform Base | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | PR22Q1 | Fixed in Version | PR22Q1 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | Internet Explorer |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0048260: desupport Internet Explorer in backoffice |
Description | Internet Explorer is not part of the recommended browsers since 19Q3 [1] (0041504), although it is still supported in backoffice.
Being planned reach EOL during 2022 [2] and even Microsoft apps not supporting it [3], Openbravo should also not support it starting from 22Q1 release.
---
[1] http://wiki.openbravo.com/wiki/System_Requirements#Client:_web_browsers [^]
[2] https://docs.microsoft.com/en-us/lifecycle/products/internet-explorer-11 [^]
[3] https://docs.microsoft.com/en-us/lifecycle/announcements/internet-explorer-11-support-end-dates [^] |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0041504 | | closed | cberner | [19Q3] Add a message about removed support for Internet Explorer | blocks | feature request | 0048105 | | closed | jarmendariz | Add a Reference to upload a file in Process Definition | blocks | defect | 0048435 | | closed | Triage Platform Base | Cleanup code related to Internet Explorer as it is now unsupported |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2021-12-16 08:56 | alostale | New Issue | |
2021-12-16 08:56 | alostale | Assigned To | => Triage Platform Base |
2021-12-16 08:56 | alostale | Web browser | => Internet Explorer |
2021-12-16 08:56 | alostale | Modules | => Core |
2021-12-16 08:56 | alostale | Triggers an Emergency Pack | => No |
2021-12-16 08:57 | alostale | Relationship added | related to 0041504 |
2021-12-16 08:57 | alostale | Web browser | Internet Explorer => Internet Explorer |
2021-12-16 08:57 | alostale | Target Version | => PR22Q1 |
2021-12-16 09:20 | alostale | Relationship added | blocks 0048105 |
2021-12-16 12:08 | hgbot | Note Added: 0133754 | |
2021-12-23 12:36 | hgbot | Note Added: 0133931 | |
2021-12-23 12:36 | hgbot | Resolution | open => fixed |
2021-12-23 12:36 | hgbot | Status | new => closed |
2021-12-23 12:36 | hgbot | Fixed in Version | => PR22Q1 |
2021-12-23 12:36 | hgbot | Note Added: 0133932 | |
2022-01-19 16:34 | shuehner | Relationship added | blocks 0048435 |
2022-02-03 12:12 | hgbot | Note Added: 0134755 | |
Notes |
|
(0133754)
|
hgbot
|
2021-12-16 12:08
|
|
|
|
(0133931)
|
hgbot
|
2021-12-23 12:36
|
|
|
|
(0133932)
|
hgbot
|
2021-12-23 12:36
|
|
|
|
(0134755)
|
hgbot
|
2022-02-03 12:12
|
|
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
---
|
|