Openbravo Issue Tracking System - POS2
View Issue Details
0049999POS2Corepublic2022-08-16 21:582022-08-31 23:33
cberner 
Triage Platform Base 
normalminorhave not tried
closedfixed 
5
 
22Q4 
No
0049999: Base form date picker clear button is smaller than the other form inputs clear buttons
The clear button shown on a date picker, is smaller(by half the rem) as respect to other form inputs. A screenshot is provided to illustrate this.
1. Login WebPOS
2. Click on customers window, and then New Customer
3. Add some value to the date picker, and check that the X clear button is smaller than the rest of the inputs.
Use the same size for the date picker clear button
No tags attached.
png datepicker-clear-small.png (24,036) 2022-08-16 21:58
https://issues.openbravo.com/file_download.php?file_id=17400&type=bug
png
Issue History
2022-08-16 21:58cbernerNew Issue
2022-08-16 21:58cbernerAssigned To => Triage Platform Base
2022-08-16 21:58cbernerFile Added: datepicker-clear-small.png
2022-08-16 21:58cbernerTriggers an Emergency Pack => No
2022-08-23 09:24hgbotNote Added: 0140305
2022-08-31 23:33hgbotResolutionopen => fixed
2022-08-31 23:33hgbotStatusnew => closed
2022-08-31 23:33hgbotFixed in Version => 22Q4
2022-08-31 23:33hgbotNote Added: 0140574
2022-08-31 23:33hgbotNote Added: 0140575

Notes
(0140305)
hgbot   
2022-08-23 09:24   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/820 [^]
(0140574)
hgbot   
2022-08-31 23:33   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 18b042d745f97425262a2ef645389d559c6383cf
Author: Gonzalo Fernández García <gonzalo.fernandez@openbravo.com>
Date: 31-08-2022 23:32:38
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/18b042d745f97425262a2ef645389d559c6383cf [^]

Fixed ISSUE-49999: BaseForm smaller clear icons

The problem was that the style of text inputs was updated some time ago
to make the icon bigger, but the one for date inputs was not updated. The
rest of form items were reviewed and the time input has also been updated.

After discovering that, not only BaseFormDatePicker but BaseFormTimePicker had the same clear icon size problem, a fix was developed. Also, some other minor bugs related to these components when zooming in and zooming out have been resolved.

Reordered equally BaseFormDatePicker.scss and BaseFormTimePicker.scss properties.

---
M web-jspack/org.openbravo.core2/src/components/BaseFormDatePicker/BaseFormDatePicker.scss
M web-jspack/org.openbravo.core2/src/components/BaseFormTimePicker/BaseFormTimePicker.scss
---
(0140575)
hgbot   
2022-08-31 23:33   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/820 [^]