Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0047055
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] Coreminorhave not tried2021-06-10 14:212021-07-15 14:39
ReportercbernerView Statuspublic 
Assigned Toalostale 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0047055: Loading screen has some white background and a scroll, which should not be there

DescriptionStyle in loading screen is wrong, some white borders appear and also a scroll-bar. This is due to wrong body margins, not being reset to 0 on this screen.
Steps To Reproduce1. Open new WebPOS or refresh
2. Check that some white borders appear while loading

A screenshot has been attached to show the issue.
Proposed SolutionAdd missing body styling to LoadingScreen.scss or it's parent. (the first one when loading the application)

body {
  margin: 0rem;
  padding: 0rem;
  height: 100%;
}
TagsNo tags attached.
Attached Filespng file icon Screenshot from 2021-06-10 14-00-29.png [^] (16,960 bytes) 2021-06-10 14:21

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0130449)
hgbot (developer)
2021-07-14 09:03

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/593 [^]
(0130513)
hgbot (developer)
2021-07-15 14:39

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: e75e68b34df611e3ab0fb5905b85c5c34be84111
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 2021-07-15T12:38:56+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/e75e68b34df611e3ab0fb5905b85c5c34be84111 [^]

fixes BUG-47055: loading screen has some white margin

Initial loading screen, rendered in index.jsx, applies styles from
main.scss only. Main page's body's styles (margin, padding and height)
were defined in MainApp.scss which are only applied when the App is
loaded.

This fix moves these basic styles from MainApp.scss to main.scss.

---
M web-jspack/org.openbravo.core2/src/assets/style/main.scss
M web-jspack/org.openbravo.core2/src/components/MainApp/MainApp.scss
---
(0130514)
hgbot (developer)
2021-07-15 14:39

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/593 [^]

- Issue History
Date Modified Username Field Change
2021-06-10 14:21 cberner New Issue
2021-06-10 14:21 cberner Assigned To => Retail
2021-06-10 14:21 cberner File Added: Screenshot from 2021-06-10 14-00-29.png
2021-06-10 14:21 cberner Triggers an Emergency Pack => No
2021-06-10 14:21 cberner Assigned To Retail => platform
2021-06-10 14:24 cberner Severity minor => trivial
2021-06-14 09:44 guilleaer Resolution time => 1627077600
2021-06-14 09:44 guilleaer Severity trivial => minor
2021-06-14 09:44 guilleaer Status new => acknowledged
2021-07-14 08:57 alostale Status acknowledged => scheduled
2021-07-14 08:57 alostale Assigned To platform => alostale
2021-07-14 09:03 hgbot Note Added: 0130449
2021-07-14 16:25 dmiguelez Resolution time 1627077600 => 1610233200
2021-07-14 16:26 dmiguelez Resolution time 1610233200 => 1628028000
2021-07-14 16:27 dmiguelez Resolution time 1628028000 => 1627336800
2021-07-15 14:39 hgbot Resolution open => fixed
2021-07-15 14:39 hgbot Status scheduled => closed
2021-07-15 14:39 hgbot Note Added: 0130513
2021-07-15 14:39 hgbot Note Added: 0130514


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker