Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0045472Openbravo ERPA. Platformpublic2020-11-16 10:542020-11-20 13:10
salvador_campanella 
cberner 
normalmajoralways
closedfixed 
5
 
PR20Q2.3PR20Q2.3 
Google Chrome
Core
No
0045472: Grid Horizontal scroll is not working with chrome 86 and Arabic language
Grid Horizontal scroll is not working with chrome 86 and Arabic language
1. Install Google Chrome (version 86.0.4240.193)
2. Try to open the application using Arabic Language or any language (RLT)
3. Open any window in grid view
maybe will be needed to adjust the window size to show the horizontal scroll

4. Use the horizontal scroll

Error the scroll is not working
No tags attached.
blocks defect 0045449 closed cberner Grid Horizontal scroll is not working with chrome 86 and Arabic language 
Issue History
2020-11-20 10:50cbernerTypedefect => backport
2020-11-20 10:50cbernerTarget Version => PR20Q2.3
2020-11-20 11:06hgbotNote Added: 0124522
2020-11-20 11:11hgbotNote Added: 0124525
2020-11-20 13:10hgbotResolutionopen => fixed
2020-11-20 13:10hgbotStatusscheduled => closed
2020-11-20 13:10hgbotNote Added: 0124539
2020-11-20 13:10hgbotFixed in Version => PR20Q2.3
2020-11-20 13:10hgbotNote Added: 0124540
2020-11-20 13:10hgbotNote Added: 0124541
2020-11-20 13:10hgbotNote Added: 0124542

Notes
(0124522)
hgbot   
2020-11-20 11:06   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/242 [^]
(0124525)
hgbot   
2020-11-20 11:11   
Merge Request created: https://gitlab.com/openbravo/tools/platform/org.openbravo.userinterface.smartclient.dev/-/merge_requests/6 [^]
(0124539)
hgbot   
2020-11-20 13:10   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/242 [^]
(0124540)
hgbot   
2020-11-20 13:10   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 7277504bc14d4730a890003c424aa065cc78339d
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-11-20T11:06:10+01:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/7277504bc14d4730a890003c424aa065cc78339d [^]

Fixes ISSUE-45472: Grid Horizontal scroll on RTL is not working with Chrome >= 85

Horizontal scroll on smartclient grid is failing on Chrome version 85+,
this is due to the modification of how Chrome implements horizontal
scrolling, it has been modified to follow similar standards to mozilla,
which previously it was not.

This required porting one of the patches from smartclient version 12.1,
which fixes this issue.

---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/isomorphic/ISC_Combined.js
---
(0124541)
hgbot   
2020-11-20 13:10   
Repository: https://gitlab.com/openbravo/tools/platform/org.openbravo.userinterface.smartclient.dev [^]
Changeset: 1757ede33883b2f511f602cace0b1c1777b77b72
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-11-20T11:11:01+01:00
URL: https://gitlab.com/openbravo/tools/platform/org.openbravo.userinterface.smartclient.dev/-/commit/1757ede33883b2f511f602cace0b1c1777b77b72 [^]

Related to ISSUE-45472: Grid Horizontal scroll on RTL is not working with chrome >= 85

Horizontal scroll on smartclient grid is failing on Chrome version 85+,
this is due to the modification of how Chrome implements horizontal
scrolling, it has been modified to follow similar standards to mozilla,
which previously it was not.

This required porting one of the patches from smartclient version 12.1,
which fixes this issue.

---
M web/org.openbravo.userinterface.smartclient/isomorphic/client/widgets/Canvas.js
M web/org.openbravo.userinterface.smartclient/isomorphic/system/modules-debug/ISC_Core.js
M web/org.openbravo.userinterface.smartclient/isomorphic/system/modules/ISC_Core.js
---
(0124542)
hgbot   
2020-11-20 13:10   
Merge request merged: https://gitlab.com/openbravo/tools/platform/org.openbravo.userinterface.smartclient.dev/-/merge_requests/6 [^]