Openbravo Issue Tracking System - POS2
View Issue Details
0053346POS2POSpublic2023-08-31 11:522024-04-17 10:54
dbaz 
Rajesh_18 
highminoralways
closedfixed 
5
 
24Q3 
No
0053346: Problem with expanded Search bar and an image as background
If we set a image/picture as background for the React POS, we will see all the React POS input translucid, which is ok.
The problem is when we focus on the "Search" input, that renders in the expanded mode. In this mode, the input is not translucid anymore and it should be.

Please check this video to see it in detail: https://youtu.be/JgBwca60xA0 [^]
Login in React POS
Put an image as background
Focus in Search input

Watch the video show in the Description if you want to do how to reproduce it quickly.
This property

.obpos2AddProductToolbar-container .obpos2AddProductToolbarButton-container.obpos2AddProductToolbarButton_expanded {
  background-color: var(--obc2-color-background);
}

should go away and a different method of hiding the buttons behind should be implemented.
No tags attached.
Issue History
2023-08-31 11:52dbazNew Issue
2023-08-31 11:52dbazAssigned To => Retail
2023-08-31 11:52dbazTriggers an Emergency Pack => No
2023-09-08 11:11Rajesh_18Assigned ToRetail => Rajesh_18
2023-09-08 11:11Rajesh_18Statusnew => scheduled
2023-09-27 08:54hgbotNote Added: 0155284
2024-04-15 12:57hgbotNote Added: 0163222
2024-04-17 10:54hgbotResolutionopen => fixed
2024-04-17 10:54hgbotStatusscheduled => closed
2024-04-17 10:54hgbotFixed in Version => 24Q3
2024-04-17 10:54hgbotNote Added: 0163311
2024-04-17 10:54hgbotNote Added: 0163312
2024-04-17 10:54hgbotNote Added: 0163313
2024-04-17 10:54hgbotNote Added: 0163314

Notes
(0155284)
hgbot   
2023-09-27 08:54   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2125 [^]
(0163222)
hgbot   
2024-04-15 12:57   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1462 [^]
(0163311)
hgbot   
2024-04-17 10:54   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: fa40a1dd59e71fbf841ba3b5192a99a5b3988cb8
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 17-04-2024 07:18:26
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/fa40a1dd59e71fbf841ba3b5192a99a5b3988cb8 [^]

Fixes ISSUE-53346: When Search bar is Expanded the underlying icons visibility set to hidden

---
M web-jspack/org.openbravo.pos2/src/components/AddProductToolbar/AddProductToolbar.jsx
M web-jspack/org.openbravo.pos2/src/components/AddProductToolbar/AddProductToolbar.scss
---
(0163312)
hgbot   
2024-04-17 10:54   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2125 [^]
(0163313)
hgbot   
2024-04-17 10:54   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 6a1873961b2c8324a6d94495b0f9e8a8b494b980
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 17-04-2024 07:18:52
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/6a1873961b2c8324a6d94495b0f9e8a8b494b980 [^]

Related to ISSUE-53346: Removed background color for search button

---
M web-jspack/org.openbravo.core2/src/components/Search/SearchInput/SearchInput.scss
---
(0163314)
hgbot   
2024-04-17 10:54   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1462 [^]