Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037583Retail ModulesWeb POSpublic2018-01-04 09:342018-01-10 13:58
jorge-garcia 
jorge-garcia 
normalmajoralways
closedfixed 
5
 
RR18Q1RR18Q1 
marvintm
No
0037583: Processing block screen CSS changes are necessary
Processing block screen for WebPOS should use a defined CSS styles in it's implementation.
1. Execute the command in developer tools to show the processing block screen:
OB.UTIL.showProcessing(true, OB.I18N.getLabel('OBPOS_receiptProcessing'));

2. Execute the command in developer tools to hide de processing block screen:
OB.UTIL.showProcessing(false)
No tags attached.
blocks defect 0037582 closed jorge-garcia Processing block screen CSS changes are necessary 
Issue History
2018-01-04 09:36jorge-garciaTypedefect => backport
2018-01-04 09:36jorge-garciaTarget Version => RR18Q1
2018-01-05 14:43hgbotCheckin
2018-01-05 14:43hgbotNote Added: 0101600
2018-01-05 14:43hgbotStatusscheduled => resolved
2018-01-05 14:43hgbotResolutionopen => fixed
2018-01-05 14:43hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR18Q1/org.openbravo.mobile.core/rev/256fde12625ef94e99e4742ea0c560caab8b5cc1 [^]
2018-01-10 13:58marvintmReview Assigned To => marvintm
2018-01-10 13:58marvintmStatusresolved => closed
2018-01-10 13:58marvintmFixed in Version => RR18Q1

Notes
(0101600)
hgbot   
2018-01-05 14:43   
Repository: retail/backports/3.0RR18Q1/org.openbravo.mobile.core
Changeset: 256fde12625ef94e99e4742ea0c560caab8b5cc1
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Jan 05 14:36:44 2018 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR18Q1/org.openbravo.mobile.core/rev/256fde12625ef94e99e4742ea0c560caab8b5cc1 [^]

Fixed issue 37583: Processing block screen CSS changes are necessary

The CSS changes are:
  - For processing container
    * Modified padding and with
    * Added height value
  - For processing spinner
    * Modified top, height and left values
    * Added width value to avoid scrollbar in low resolutions.

---
M web/org.openbravo.mobile.core/assets/css/ob-standard.css
---