Openbravo Issue Tracking System - POS2
View Issue Details
0050191POS2POSpublic2022-09-07 13:322022-10-30 20:24
ablasco 
ablasco 
normalmajorhave not tried
closedfixed 
5
 
23Q1 
No
0050191: Popover centered in portrait mode
Popover component normally appears anchored in position when mouse is click in landscape mode.

In portrait mode, Popovers should appear centered in the middle of the screen.
*
No tags attached.
blocks feature request 0050400 scheduled ablasco Portrait mode support 
png Screenshot from 2022-09-07 13-31-37.png (84,852) 2022-09-07 13:32
https://issues.openbravo.com/file_download.php?file_id=17496&type=bug
png
Issue History
2022-09-07 13:32ablascoNew Issue
2022-09-07 13:32ablascoAssigned To => Retail
2022-09-07 13:32ablascoFile Added: Screenshot from 2022-09-07 13-31-37.png
2022-09-07 13:32ablascoTriggers an Emergency Pack => No
2022-09-07 13:32ablascoAssigned ToRetail => ablasco
2022-09-07 14:51hgbotNote Added: 0140810
2022-10-04 10:52ablascoRelationship addedblocks 0050400
2022-10-04 11:04ablascoStatusnew => scheduled
2022-10-30 20:24hgbotResolutionopen => fixed
2022-10-30 20:24hgbotStatusscheduled => closed
2022-10-30 20:24hgbotNote Added: 0142729
2022-10-30 20:24hgbotFixed in Version => 23Q1
2022-10-30 20:24hgbotNote Added: 0142730

Notes
(0140810)
hgbot   
2022-09-07 14:51   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/832 [^]
(0142729)
hgbot   
2022-10-30 20:24   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/832 [^]
(0142730)
hgbot   
2022-10-30 20:24   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 8f147db0453a0aa01f3aeaf551405969174f060b
Author: adrian.blasco <adrian.blasco@openbravo.com>
Date: 30-10-2022 20:22:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/8f147db0453a0aa01f3aeaf551405969174f060b [^]

Fixes ISSUE-50191 Popover centered in portrait mode using media queries in CSS styling

BasePopover Style in portrait mode with useConfiguration

Width Fill Available

---
A web-jspack/org.openbravo.core2/src/components/BasePopover/config/BasePopoverStyle.config.json
A web-jspack/org.openbravo.core2/src/components/BasePopover/config/BasePopoverStyle.portrait.config.json
M web-jspack/org.openbravo.core2/src/components/BasePopover/BasePopover.jsx
M web-jspack/org.openbravo.core2/src/components/BasePopover/BasePopover.scss
M web-jspack/org.openbravo.core2/src/core/Registry.js
M web-jspack/org.openbravo.core2/src/core/useConfiguration.js
M web-jspack/org.openbravo.core2/src/ob-init.js
---