Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0052427 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [POS2] Core | minor | N/A | 2023-05-11 19:30 | 2023-06-05 12:20 | |||
Reporter | gorka_gil | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 23Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | approved | |||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0052427: FilterBar: disable debounce when filter is not an input text | |||||||
Description | The filters of a filterable grid uses a debounce to avoid doing a request in each key pressed, which is ok. But when the filter it is a combo, a check box or any other type different of a input text, we should not use a debounce. Also when the user is writing in the input text and press enter, on that case we also don't want to use a debounce. | |||||||
Steps To Reproduce | Go to cash management, change from cash to usa cash, Problem -> the grid takes some time (500ms) to render the changes Without the debounce it is inmediate | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0150559) hgbot (developer) 2023-05-31 18:07 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1121 [^] |
(0150734) hgbot (developer) 2023-06-05 12:20 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1121 [^] |
(0150735) hgbot (developer) 2023-06-05 12:20 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^] Changeset: f6b0a9dab9aceee834f3b99df7c162a655b964a0 Author: Augusto Mauch <augusto.mauch@openbravo.com> Date: 05-06-2023 10:19:42 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/f6b0a9dab9aceee834f3b99df7c162a655b964a0 [^] Fixes ISSUE-52427: Debounce in only needed on text filters in FilterBar The onChange function should only be debounced when editing a text filter, to avoid doing too many onChange calls while the user is typing. When any other filter is updated, or when filters are cleared, it is better if the onChange function is directly invoked --- M web-jspack/org.openbravo.core2/src/components/FilterableGrid/FilterBar.jsx --- |
![]() |
|||
Date Modified | Username | Field | Change |
2023-05-11 19:30 | gorka_gil | New Issue | |
2023-05-11 19:30 | gorka_gil | Assigned To | => Triage Platform Base |
2023-05-11 19:30 | gorka_gil | OBNetwork customer | => No |
2023-05-11 19:30 | gorka_gil | Triggers an Emergency Pack | => No |
2023-05-31 18:07 | hgbot | Merge Request Status | => open |
2023-05-31 18:07 | hgbot | Note Added: 0150559 | |
2023-05-31 19:49 | AugustoMauch | Assigned To | Triage Platform Base => AugustoMauch |
2023-06-02 19:19 | hgbot | Merge Request Status | open => approved |
2023-06-05 12:20 | hgbot | Resolution | open => fixed |
2023-06-05 12:20 | hgbot | Status | new => closed |
2023-06-05 12:20 | hgbot | Note Added: 0150734 | |
2023-06-05 12:20 | hgbot | Fixed in Version | => 23Q3 |
2023-06-05 12:20 | hgbot | Note Added: 0150735 |
Copyright © 2000 - 2009 MantisBT Group |