Openbravo Issue Tracking System - POS2
View Issue Details
0053550POS2Corepublic2023-09-26 14:332023-10-09 15:00
AugustoMauch 
AugustoMauch 
immediateminorhave not tried
closedfixed 
5
 
23Q4 
Coding ( Testing )
2023-08-22
23Q3
https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/fa9ee1fc6a2a6c73c2541e891063fc66dc8d4d65 [^]
No
0053550: Proper style is not applield right after opening/refreshing POS2 in the browser
When the POS2 login screen is loaded (first time, or after a refresh). A "Loading..." message is displayed.

This messaged used to be properly styled, and after merging this project [1] the style was broken and now the text is too small.

[1] https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1191 [^]
- Open POS2
- Refresh the screen. You will notice the "Loading..." label is too small.

You can check the difference before/after introducing the regression by checking the attached gifs.
No tags attached.
related to feature request 0053345 scheduled meriem_azaf When there is no logged user, the UI mode should be the one from the OS 
related to defect 0053624 new Triage Platform Base "Loading" label is shown in two different positions when refreshing POS2 in the browser 
gif ReloadAfter.gif (101,794) 2023-09-26 14:34
https://issues.openbravo.com/file_download.php?file_id=18992&type=bug
gif

gif ReloadBefore.gif (108,832) 2023-09-26 14:34
https://issues.openbravo.com/file_download.php?file_id=18993&type=bug
gif
Issue History
2023-09-26 14:33AugustoMauchNew Issue
2023-09-26 14:33AugustoMauchAssigned To => AugustoMauch
2023-09-26 14:33AugustoMauchRegression level => Coding ( Testing )
2023-09-26 14:33AugustoMauchRegression date => 2023-08-22
2023-09-26 14:33AugustoMauchRegression introduced in release => 23Q3
2023-09-26 14:33AugustoMauchRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/fa9ee1fc6a2a6c73c2541e891063fc66dc8d4d65 [^]
2023-09-26 14:33AugustoMauchTriggers an Emergency Pack => No
2023-09-26 14:34AugustoMauchStatusnew => scheduled
2023-09-26 14:34AugustoMauchFile Added: ReloadAfter.gif
2023-09-26 14:34AugustoMauchFile Added: ReloadBefore.gif
2023-09-26 14:37hgbotNote Added: 0155253
2023-09-26 17:40dbazRelationship addedrelated to 0053345
2023-09-27 09:05hgbotNote Added: 0155285
2023-09-27 09:05hgbotResolutionopen => fixed
2023-09-27 09:05hgbotStatusscheduled => closed
2023-09-27 09:05hgbotFixed in Version => 23Q4
2023-09-27 09:05hgbotNote Added: 0155286
2023-10-09 15:00plujanIssue cloned0053624
2023-10-09 15:00plujanRelationship addedrelated to 0053624

Notes
(0155253)
hgbot   
2023-09-26 14:37   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1253 [^]
(0155285)
hgbot   
2023-09-27 09:05   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1253 [^]
(0155286)
hgbot   
2023-09-27 09:05   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: d195283a9798808a9641405687dc4493f96a591d
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 26-09-2023 14:37:09
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/d195283a9798808a9641405687dc4493f96a591d [^]

Fixes ISSUE-53550: Applies proper styling to loading screen

Now the loading screen that is displayed before the Login screen is rendered has a proper style. That style will be
updated once the system knows whether the dark or light theme should be applied.

---
M web-jspack/org.openbravo.core2/public/index.html
---