Openbravo Issue Tracking System - POS2
View Issue Details
0046535POS2Corepublic2021-05-06 09:072021-05-17 15:23
migueldejuana 
migueldejuana 
normaltrivialhave not tried
closedfixed 
5
 
 
No
0046535: Wrong overlay for circle icon buttons
- Contextual button (3 dots icon), has the overlay div not centered. Check it in Customers window grid at the end of grid rows. Put the mouse hover it to see the problem.
- In Customers window, after adding a filter, the X button must be a circle centered button
- In Discounts window, the button to delete a discount, has the overlay div not centered.Put the mouse hover it to see the problem.
n/a
scss
Issue History
2021-05-06 09:07migueldejuanaNew Issue
2021-05-06 09:07migueldejuanaAssigned To => Retail
2021-05-06 09:07migueldejuanaTriggers an Emergency Pack => No
2021-05-07 12:28guilleaerResolution time => 1625436000
2021-05-07 12:29guilleaerStatusnew => acknowledged
2021-05-11 15:59migueldejuanaAssigned ToRetail => migueldejuana
2021-05-14 07:37migueldejuanaTag Attached: scss
2021-05-14 12:58hgbotNote Added: 0128124
2021-05-14 13:04hgbotNote Added: 0128125
2021-05-14 13:48migueldejuanaStatusacknowledged => scheduled
2021-05-14 13:51migueldejuanaSummaryWrong overlay for cirle icon buttons => Wrong overlay for circle icon buttons
2021-05-17 15:22hgbotResolutionopen => fixed
2021-05-17 15:22hgbotStatusscheduled => closed
2021-05-17 15:22hgbotNote Added: 0128251
2021-05-17 15:22hgbotNote Added: 0128252
2021-05-17 15:23hgbotNote Added: 0128253
2021-05-17 15:23hgbotNote Added: 0128254

Notes
(0128124)
hgbot   
2021-05-14 12:58   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/503 [^]
(0128125)
hgbot   
2021-05-14 13:04   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/454 [^]
(0128251)
hgbot   
2021-05-17 15:22   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: a5d4abbf5fcfc51c77fc71ea579a5e8cf6280394
Author: Miguel de Juana <miguel.dejuana@openbravo.com>
Date: 2021-05-17T13:21:56+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/a5d4abbf5fcfc51c77fc71ea579a5e8cf6280394 [^]

fixes ISSUE-46535: Wrong overlay for cirle icon buttons

- Do not apply margins for buttons. Only apply margins for texts
- Fix format changes

---
M web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/BaseRowRender.scss
M web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/DataGrid.scss
---
(0128252)
hgbot   
2021-05-17 15:22   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/503 [^]
(0128253)
hgbot   
2021-05-17 15:23   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 52581eb0d0aa7881660687b0c674bbb43d60a56f
Author: Miguel de Juana <miguel.dejuana@openbravo.com>
Date: 2021-05-17T13:22:30+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/52581eb0d0aa7881660687b0c674bbb43d60a56f [^]

fixes ISSUE-46535: Wrong overlay for cirle icon buttons

- Set action buttons to the height of the line 5.2rem

---
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerGrid/CustomerGrid.jsx
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerGrid/CustomerGrid.scss
M web-jspack/org.openbravo.pos2/src/components/Discounts/ManualDiscount/DiscountPanelGrid/DiscountPanelGrid.scss
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/TicketListRemoteGrid.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/TicketListRemoteGrid.scss
---
(0128254)
hgbot   
2021-05-17 15:23   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/454 [^]