Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0045470Openbravo ERPA. Platformpublic2020-11-16 10:542020-11-20 13:09
salvador_campanella 
cberner 
normalmajoralways
closedfixed 
5
 
PR20Q4PR20Q4 
Google Chrome
Core
No
0045470: 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 => PR20Q4
2020-11-20 11:04hgbotNote Added: 0124519
2020-11-20 11:09hgbotNote Added: 0124523
2020-11-20 13:09hgbotResolutionopen => fixed
2020-11-20 13:09hgbotStatusscheduled => closed
2020-11-20 13:09hgbotNote Added: 0124531
2020-11-20 13:09hgbotFixed in Version => PR20Q4
2020-11-20 13:09hgbotNote Added: 0124532
2020-11-20 13:09hgbotNote Added: 0124533
2020-11-20 13:09hgbotNote Added: 0124534

Notes
(0124519)
hgbot   
2020-11-20 11:04   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/240 [^]
(0124523)
hgbot   
2020-11-20 11:09   
Merge Request created: https://gitlab.com/openbravo/tools/platform/org.openbravo.userinterface.smartclient.dev/-/merge_requests/4 [^]
(0124531)
hgbot   
2020-11-20 13:09   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/240 [^]
(0124532)
hgbot   
2020-11-20 13:09   
Directly closing issue as related merge request is already approved.

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

Fixes ISSUE-45470: 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
---
(0124533)
hgbot   
2020-11-20 13:09   
Repository: https://gitlab.com/openbravo/tools/platform/org.openbravo.userinterface.smartclient.dev [^]
Changeset: 5e7ce8b0227f5007a550e5750ec6015bafd5c100
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-11-20T11:08:45+01:00
URL: https://gitlab.com/openbravo/tools/platform/org.openbravo.userinterface.smartclient.dev/-/commit/5e7ce8b0227f5007a550e5750ec6015bafd5c100 [^]

Related to ISSUE-45470: 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
---
(0124534)
hgbot   
2020-11-20 13:09   
Merge request merged: https://gitlab.com/openbravo/tools/platform/org.openbravo.userinterface.smartclient.dev/-/merge_requests/4 [^]