Openbravo Issue Tracking System - POS2
View Issue Details
0053267POS2Corepublic2023-08-22 16:242023-08-23 17:27
dbaz 
dbaz 
normalminoralways
closedfixed 
5
 
23Q4 
No
0053267: Scrim should fulfill the whole screen
Scrim should fulfill the whole screen

Sometimes, when using popovers, it only covers part of the screen.

This is because it uses "position: absolute" so only covers up to the "position: relative" found in a parent.
Open the "Settings" popover. Notice that only the AppBar gets the scrim

or

Open the "Receipt Properties" popover. Notice that only the AppBar gets the scrim
Change "position: absolute" to "position: fixed"
No tags attached.
duplicate of feature request 0051178 closed ablasco Missing scrim in popovers 
Issue History
2023-08-22 16:24dbazNew Issue
2023-08-22 16:24dbazAssigned To => dbaz
2023-08-22 16:24dbazTriggers an Emergency Pack => No
2023-08-22 16:25dbazSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=26687#r26687
2023-08-22 16:30hgbotNote Added: 0153803
2023-08-23 17:16ablascoRelationship addedduplicate of 0051178
2023-08-23 17:27hgbotResolutionopen => fixed
2023-08-23 17:27hgbotStatusnew => closed
2023-08-23 17:27hgbotFixed in Version => 23Q4
2023-08-23 17:27hgbotNote Added: 0153854
2023-08-23 17:27hgbotNote Added: 0153855

Notes
(0153803)
hgbot   
2023-08-22 16:30   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1209 [^]
(0153854)
hgbot   
2023-08-23 17:27   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: e9a474534f4c37c2da21c06c8076bf20830a9dc5
Author: David Baz Fayos <david.baz@openbravo.com>
Date: 23-08-2023 17:11:31
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/e9a474534f4c37c2da21c06c8076bf20830a9dc5 [^]

Fixed ISSUE-53267: Now the scrim always takes the full window when opening popovers

---
M web-jspack/org.openbravo.core2/src/components/Scrim/Scrim.scss
---
(0153855)
hgbot   
2023-08-23 17:27   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1209 [^]