Openbravo Issue Tracking System - POS2
View Issue Details
0048745POS2POSpublic2022-03-08 17:352024-10-31 16:23
ablasco 
ablasco 
normalminoralways
scheduledopen 
5
 
 
No
0048745: Focus in BaseFormInput is on with readOnly tag
There are Form Input in components which are using readOnly tag and it can be focused.
However disabled tag cannot be focused.
In any case, readOnly shouldn't be neither focused.

( In this case, in keymapEditorCategoryDialog, FormInputs are never disabled and are using readOnly as a blocking element )
1 - Go to Keymap Editor -> View Versions -> View Categories.
2 - Click on the eye of any category created by default.
3 - Focus on Name or Description Input Field.

Name and Description Input is using readOnly and label is focused.
There is no disabled tag in that component.
No tags attached.
png Screenshot from 2022-03-08 12-32-38.png (10,139) 2022-03-09 12:36
https://issues.openbravo.com/file_download.php?file_id=16716&type=bug
png
Issue History
2022-03-08 17:35ablascoNew Issue
2022-03-08 17:35ablascoAssigned To => Triage Platform Base
2022-03-08 17:35ablascoTriggers an Emergency Pack => No
2022-03-09 12:36ablascoFile Added: Screenshot from 2022-03-08 12-32-38.png
2022-03-11 12:05AugustoMauchAssigned ToTriage Platform Base => ablasco
2022-03-11 12:06AugustoMauchStatusnew => scheduled
2022-03-14 14:56ablascoNote Added: 0135695
2022-03-23 12:25hgbotNote Added: 0135962
2022-03-23 12:55ablascoNote Deleted: 0135695
2022-03-23 12:57ablascoNote Added: 0135965
2024-09-05 09:39hgbotNote Added: 0168761
2024-09-06 10:17hgbotNote Added: 0168852
2024-09-13 10:15hgbotNote Added: 0169173
2024-10-30 14:32hgbotNote Added: 0171168
2024-10-30 14:34hgbotNote Added: 0171169
2024-10-31 10:41hgbotNote Added: 0171190
2024-10-31 16:23hgbotNote Added: 0171237

Notes
(0135962)
hgbot   
2022-03-23 12:25   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/725 [^]
(0135965)
ablasco   
2022-03-23 12:57   
Related to Issue 48617. Changes applied in Combobox and BaseFormInput components. Maybe some other components require a checking for disabled-readonly styling.
(0168761)
hgbot   
2024-09-05 09:39   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2896 [^]
(0168852)
hgbot   
2024-09-06 10:17   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.loyalty.programs/-/merge_requests/68 [^]
(0169173)
hgbot   
2024-09-13 10:15   
Merge request closed: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2896 [^]
(0171168)
hgbot   
2024-10-30 14:32   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/725 [^]
(0171169)
hgbot   
2024-10-30 14:34   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.loyalty.programs/-/merge_requests/68 [^]
(0171190)
hgbot   
2024-10-31 10:41   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 5db247f73a471e8a6af3890a7ecb754022a7e8ce
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 31-10-2024 10:40:47
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/5db247f73a471e8a6af3890a7ecb754022a7e8ce [^]

Related to ISSUE-48745: Fix overwriting readOnly/disabled classes when icon is present

The css classes were wrongly overwritten when an iconClass was provided.

---
M web-jspack/org.openbravo.core2/src/components/BaseFormSelector/BaseFormSelector.jsx
---
(0171237)
hgbot   
2024-10-31 16:23   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms [^]
Changeset: aad84c34565ecdd460646a09630a88a37334cdb4
Author: ruben.jimenez <ruben.jimenez@openbravo.com>
Date: 31-10-2024 16:23:01
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/commit/aad84c34565ecdd460646a09630a88a37334cdb4 [^]

Related to ISSUE-48745: Fix cypress test

---
M web-jspack/org.openbravo.ssms/src-test/cypress/support/inventoryCount.js
---