Openbravo Issue Tracking System - POS2
View Issue Details
0047142POS2Corepublic2021-06-15 13:132021-08-02 09:07
aferraz 
hernan-dp 
normalminorhave not tried
closedfixed 
5
 
 
No
0047142: Input focus doesn't work properly with Grid popover
Input focus doesn't work properly with Grid popover
Having a grid where rows include inputs and contextual button like CashupTransactionsGrid component (https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/524 [^]):

- Navigate to Close Till window.
- Click on Show All Payment Mt button.
- Click on any record.
- Check record input takes the focus. This is correct.
- Press tab key.
- Check the focus remains in the same input. This is wrong: the next focusable component should take the focus.

The problem seems to be in useEditNumber input event listeners.
No tags attached.
related to defect 0047135 closed jarmendariz When opening a Dialog from a Grid popover the popover is not closed 
related to defect 0047113 closed jarmendariz Not possible to filter a grid inside a dialog 
Issue History
2021-06-15 13:13aferrazNew Issue
2021-06-15 13:13aferrazAssigned To => platform
2021-06-15 13:13aferrazTriggers an Emergency Pack => No
2021-06-15 13:15aferrazRelationship addedrelated to 0047135
2021-06-16 18:39dmiguelezResolution time => 1626213600
2021-06-16 18:39dmiguelezStatusnew => acknowledged
2021-07-12 14:12jarmendarizRelationship addedrelated to 0047113
2021-07-14 15:58dmiguelezResolution time1626213600 => 1633039200
2021-07-27 15:56dmiguelezAssigned Toplatform => hernan-dp
2021-07-29 01:37hgbotNote Added: 0130858
2021-07-29 01:37hgbotNote Added: 0130859
2021-07-30 15:26hgbotResolutionopen => fixed
2021-07-30 15:26hgbotStatusacknowledged => resolved
2021-07-30 15:26hgbotNote Added: 0130904
2021-07-30 15:26hgbotNote Added: 0130905
2021-07-30 15:26hgbotNote Added: 0130906
2021-07-30 15:26hgbotNote Added: 0130907
2021-08-02 09:07dmiguelezStatusresolved => closed

Notes
(0130858)
hgbot   
2021-07-29 01:37   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/647 [^]
(0130859)
hgbot   
2021-07-29 01:37   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/615 [^]
(0130904)
hgbot   
2021-07-30 15:26   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 36e0aa8d84cfe08b3bc17103511c6042b87af2bd
Author: hernan-dp <h.de.prada1@gmail.com>
Date: 2021-07-30T13:25:13+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/36e0aa8d84cfe08b3bc17103511c6042b87af2bd [^]

fixes ISSUE-47142: Added tabIndex prop to Standard Button And BaseButton to select if tab selection is wanted.

---
M web-jspack/org.openbravo.core2/src/components/BaseButton/BaseButton.jsx
M web-jspack/org.openbravo.core2/src/components/Grid/render/ActionButton.jsx
M web-jspack/org.openbravo.core2/src/components/StandardButton/StandardButton.jsx
---
(0130905)
hgbot   
2021-07-30 15:26   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/615 [^]
(0130906)
hgbot   
2021-07-30 15:26   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: cb13cf212851a769fe9189a433d715b9f0983bbf
Author: hernan-dp <h.de.prada1@gmail.com>
Date: 2021-07-30T13:24:59+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/cb13cf212851a769fe9189a433d715b9f0983bbf [^]

fixes ISSUE-47142: Removed use Effect that created a focus and is not used.

---
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSteps/CountDisplay/CountDisplay.jsx
---
(0130907)
hgbot   
2021-07-30 15:26   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/647 [^]