Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039503Retail ModulesWeb POSpublic2018-10-22 16:192018-10-26 12:23
malsasua 
gorka_gil 
immediatemajorsometimes
closedfixed 
5
 
RR19Q1 
marvintm
No
0039503: in Chrome 70 and touch screen, it is not possible to do scroll in Menu drop down
In some touch screens, with OS Windows and Google Chrome 70, it is not possible to do scroll in the Menu drop down.
It is not reproducible in previous google chrome versions
. google chrome 70.0.3538.67
. windows 7 or 10
. tablet touch screen
. login POS
. open Menu drop down
. try to do scroll
No tags attached.
depends on backport 0039525RR18Q4 closed gorka_gil in Chrome 70 and touch screen, it is not possible to do scroll in Menu drop down 
depends on backport 0039526RR18Q3.2 closed gorka_gil in Chrome 70 and touch screen, it is not possible to do scroll in Menu drop down 
depends on backport 0039527RR18Q2.4 closed gorka_gil in Chrome 70 and touch screen, it is not possible to do scroll in Menu drop down 
related to feature request 0037274 closed guilleaer Support to scroll lists dragging it with one finger 
related to defect 0047496 closed ranjith_qualiantech_com In AWO unable to access last few options of the menu in PDA device with chrome 92. 
diff fixScrollChrome70.diff (1,393) 2018-10-23 19:43
https://issues.openbravo.com/file_download.php?file_id=12304&type=bug
diff fixScrollChrome70-preventscrim.diff (726) 2018-10-24 00:34
https://issues.openbravo.com/file_download.php?file_id=12306&type=bug
Issue History
2018-10-22 16:19malsasuaNew Issue
2018-10-22 16:19malsasuaAssigned To => Retail
2018-10-22 16:19malsasuaTriggers an Emergency Pack => No
2018-10-22 16:20malsasuaDescription Updatedbug_revision_view_page.php?rev_id=17801#r17801
2018-10-22 16:21malsasuaResolution time => 1540591200
2018-10-23 13:27rafarodaIssue Monitored: rafaroda
2018-10-23 19:43malsasuaFile Added: fixScrollChrome70.diff
2018-10-23 20:03martinsdanIssue Monitored: martinsdan
2018-10-24 00:00ADumonteNote Added: 0107533
2018-10-24 00:34egoitzFile Added: fixScrollChrome70-preventscrim.diff
2018-10-24 00:35egoitzNote Added: 0107534
2018-10-24 11:02gorka_gilAssigned ToRetail => gorka_gil
2018-10-24 11:03gorka_gilStatusnew => scheduled
2018-10-26 11:18hgbotCheckin
2018-10-26 11:18hgbotNote Added: 0107614
2018-10-26 11:18hgbotStatusscheduled => resolved
2018-10-26 11:18hgbotResolutionopen => fixed
2018-10-26 11:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/70071757bcc77d873cec4c399478f11a52ac4cc5 [^]
2018-10-26 12:23marvintmReview Assigned To => marvintm
2018-10-26 12:23marvintmStatusresolved => closed
2018-10-26 12:23marvintmFixed in Version => RR19Q1
2018-11-19 10:23anderarangurenRelationship addedrelated to 0037274
2021-08-26 08:01ranjith_qualiantech_comRelationship addedrelated to 0047496

Notes
(0107533)
ADumonte   
2018-10-24 00:00   
Now the system is completely broken with the new AND the old version with and without clearing the cache.

Here are the details:

When you open the POS it works ok. Once you use the scroll menu to do a Cash Up, Chrome freeze or the apps freezes. So you can get to the next screen when you do Cash Up and the drawer opens but then nothing happens anymore. You cannot enter any amounts or do anything but close Chrome. That means that they could operate the POS tonight, but if they try to Cash Up, they can’t and it freezes. So they can’t close the POS at the end of the night.
(0107534)
egoitz   
2018-10-24 00:35   
both attached patches are needed in that order:

1- fixScrollChrome70.diff
2- fixScrollChrome70-preventscrim.diff
(0107614)
hgbot   
2018-10-26 11:18   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 70071757bcc77d873cec4c399478f11a52ac4cc5
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Thu Oct 25 12:08:13 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/70071757bcc77d873cec4c399478f11a52ac4cc5 [^]

Fixes issue 39503 : Fix menu scroll on chrome70 in windows touch screens

Removed the TouchScrollStrategy and added the same scroll used in other
places of the pos, including the scroll bar to facilitate for resistive
screens in which scroll is difficult.

---
M web/org.openbravo.mobile.core/assets/css/ob-standard.css
M web/org.openbravo.mobile.core/source/component/ob-menu.js
---