Openbravo Issue Tracking System - Retail Modules
View Issue Details
0050276Retail ModulesDQMpublic2022-09-19 09:372022-10-03 17:52
jetxarri 
jetxarri 
highmajoralways
closedfixed 
5
 
pi 
No
0050276: POS2: More than one autocomplete field in CRM configuration creates a multi focus events when opening the form.
PO2:More than one autocomplete field in CRM configuration creates a multi focus events when opening the form.

Go to ERP and configure more than one API Property as Autocomplete. When the bp creation popup is opened the user will see the cursors jumping through the fields
-Configure some API Properties as Autocomplete
-Go to web pos
-Try to create a new BP
-You will see that cursor starts jumping through autocomplete fields
No tags attached.
Issue History
2022-09-19 09:37jetxarriNew Issue
2022-09-19 09:37jetxarriAssigned To => jetxarri
2022-09-19 09:37jetxarriTriggers an Emergency Pack => No
2022-09-19 10:02hgbotNote Added: 0141215
2022-10-03 12:27hgbotResolutionopen => fixed
2022-10-03 12:27hgbotStatusnew => closed
2022-10-03 12:27hgbotNote Added: 0141561
2022-10-03 12:27hgbotFixed in Version => 23Q1
2022-10-03 12:27hgbotNote Added: 0141562
2022-10-03 16:53hgbotNote Added: 0141585
2022-10-03 17:52hgbotNote Added: 0141587

Notes
(0141215)
hgbot   
2022-09-19 10:02   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/844 [^]
(0141561)
hgbot   
2022-10-03 12:27   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/844 [^]
(0141562)
hgbot   
2022-10-03 12:27   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 651e35e045c48dbbdb10bfff6af0156d37ce4ceb
Author: Javier Etxarri <javier.etxarri@openbravo.com>
Date: 03-10-2022 12:27:18
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/651e35e045c48dbbdb10bfff6af0156d37ce4ceb [^]

Fixes ISSUE-50276: More than one autocomplete field in CRM configuration creates a multi focus events when opening the form.
Do not do click on the autocomplete element during the component mount life cyle

---
M web-jspack/org.openbravo.core2/src/components/AutocompleteFormInput/AutocompleteFormInput.jsx
---
(0141585)
hgbot   
2022-10-03 16:53   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: cb7db754c46da12f8e90a300cd0fe1c739ebec4c
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 03-10-2022 16:53:16
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/cb7db754c46da12f8e90a300cd0fe1c739ebec4c [^]

Related to ISSUE-50276: Fixed Autocomplete tests

---
M web-jspack/org.openbravo.core2/src/components/AutocompleteFormInput/__test__/AutcompleteFormInput.test.jsx
---
(0141587)
hgbot   
2022-10-03 17:52   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: c00f6085e8837af24f100bb90c1c826037f4d2ff
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 03-10-2022 17:52:03
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/c00f6085e8837af24f100bb90c1c826037f4d2ff [^]

Related to ISSUE-50276: Autocomplete test needs an act() call

---
M web-jspack/org.openbravo.core2/src/components/AutocompleteFormInput/__test__/AutcompleteFormInput.test.jsx
---