Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0054620 | POS2 | POS | public | 2024-02-08 11:31 | 2024-03-13 16:38 |
|
Reporter | jfvaringot | |
Assigned To | meriem_azaf | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | main | |
Target Version | | Fixed in Version | 24Q2 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0054620: POS2 - Windows virtual keyboard and OB amount keyboard on Gift Card products |
Description | On workstation without physical keyboard, using the standard virtual windows keyboard.
When adding a gift card without initial amount on POS2, you have to enter an amount.
A specific keyboard pops up, allowing to enter the amount.
After having set that amount, the focus is still on the field, and the virtual windows keyboard opens. |
Steps To Reproduce | 1. Use a workstation without physical keyboard => the screen should be tactile. You can use the tablet mode.
2. On BO, set up a product Gift Card, without initial amount.
3. On POS, add that product in cart. A specific view will open to set up the data of the gift card.
4. Click on the amount field => a specific numeric pad will open.
5. After having set the amount, click elsewhere to close that pad.
=> The focus is still on the amount field. The virtual windows keyboard should open. |
Proposed Solution | 2 solutions are available :
1. To keep the current numeric pad, but after having entered the amount, to not have the focus on the numeric field (the virtual windows keyboard should not open).
2. To remove the OB numeric pad, and make appear the virtual windows keyboard. This last should be opened on the numeric version of the keyboard. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0054928 | | new | Triage Platform Base | Virtual keyboard is not hidden on Cashup inputs on iOS |
|
Attached Files | Virtual keyboard_gift card value issue.mp4 (822,147) 2024-02-08 11:31 https://issues.openbravo.com/file_download.php?file_id=19447&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2024-02-08 11:31 | jfvaringot | New Issue | |
2024-02-08 11:31 | jfvaringot | Assigned To | => Retail |
2024-02-08 11:31 | jfvaringot | File Added: Virtual keyboard_gift card value issue.mp4 | |
2024-02-08 11:31 | jfvaringot | Triggers an Emergency Pack | => No |
2024-02-16 14:24 | jfvaringot | Note Added: 0160859 | |
2024-02-26 07:06 | guillermogil | Assigned To | Retail => Triage Platform Base |
2024-02-26 15:51 | AugustoMauch | Note Added: 0161267 | |
2024-03-04 09:44 | AugustoMauch | Assigned To | Triage Platform Base => meriem_azaf |
2024-03-05 11:18 | AugustoMauch | Status | new => scheduled |
2024-03-07 15:44 | hgbot | Note Added: 0161847 | |
2024-03-13 07:53 | jarmendariz | Relationship added | related to 0054928 |
2024-03-13 15:45 | hgbot | Note Added: 0162102 | |
2024-03-13 16:38 | hgbot | Resolution | open => fixed |
2024-03-13 16:38 | hgbot | Status | scheduled => closed |
2024-03-13 16:38 | hgbot | Fixed in Version | => 24Q2 |
2024-03-13 16:38 | hgbot | Note Added: 0162105 | |
2024-03-13 16:38 | hgbot | Note Added: 0162106 | |
2024-03-13 16:38 | hgbot | Note Added: 0162107 | |
2024-03-13 16:38 | hgbot | Note Added: 0162108 | |
Notes |
|
|
ADDITIONAL INFORMATION : TO TAKE INTO ACCOUNT FOR THE RESOLUTION
The issue happens also in other windows.
As soon as the numeric pad is used to filled a field, the virtual keyboard is displayed after having entered the digits.
It happens during initial counts (POS and Safe Box), cash-up and Safe-box counting. |
|
|
|
|
|
(0161847)
|
hgbot
|
2024-03-07 15:44
|
|
|
|
(0162102)
|
hgbot
|
2024-03-13 15:45
|
|
|
|
(0162105)
|
hgbot
|
2024-03-13 16:38
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: ed3c0447804c526bee2787668192a79ba02415e7
Author: Meriem Azaf <m.azaf@orisha.com>
Date: 13-03-2024 16:07:46
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/ed3c0447804c526bee2787668192a79ba02415e7 [^]
Fixes ISSUE-54620: The VirtualNumericInput does not work as expected
On workstation without physical keyboard, using the standard virtual windows keyboard.
When adding a gift card without initial amount on POS2, you have to enter an amount.
A specific keyboard pops up, allowing to enter the amount.
After having set that amount, the focus is still on the field, and the virtual windows keyboard opens.
To fix this, we had avoid the OS keyboard to not appear by making the input read only.
---
M web-jspack/org.openbravo.core2/src/components/VirtualNumericInput/VirtualNumericInput.jsx
---
|
|
|
(0162106)
|
hgbot
|
2024-03-13 16:38
|
|
|
|
(0162107)
|
hgbot
|
2024-03-13 16:38
|
|
|
|
(0162108)
|
hgbot
|
2024-03-13 16:38
|
|
|