Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0054088
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[POS2] Coremajoralways2023-12-07 17:162024-01-11 17:15
ReporterjarmendarizView Statuspublic 
Assigned Tojarmendariz 
PrioritynormalResolutionfixedFixed in Version24Q1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0054088: Product Search filters should be hidden when scrolling through the results

DescriptionIn order to optimize the available space on the application, specially on portrait mode, we want to be able to hide the search input and applied filters as soon as the user starts scrolling through the search results, showing them again when the user scrolls back.
Steps To ReproduceSee description
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0158052)
hgbot (developer)
2023-12-11 16:53

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1303 [^]
(0158112)
hgbot (developer)
2023-12-12 17:41

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2286 [^]
(0158742)
hgbot (developer)
2023-12-29 16:29

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1315 [^]
(0158749)
hgbot (developer)
2024-01-02 09:34

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1303 [^]
(0158750)
hgbot (developer)
2024-01-02 09:34

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 255f420e85ef1a4c34f8d495d32adb855578b482
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 02-01-2024 09:30:32
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/255f420e85ef1a4c34f8d495d32adb855578b482 [^]

Fixed ISSUE-54088: Created component that hides part of its content on user scroll

---
A web-jspack/org.openbravo.core2/src/components/AutoHideScrollLayout/AutoHideScrollLayout.jsx
A web-jspack/org.openbravo.core2/src/components/AutoHideScrollLayout/AutoHideScrollLayout.scss
A web-jspack/org.openbravo.core2/src/components/AutoHideScrollLayout/__test__/AutoHideScrollLayout.test.jsx
A web-jspack/org.openbravo.core2/src/components/AutoHideScrollLayout/index.js
A web-jspack/org.openbravo.core2/src/components/AutoHideScrollLayout/stories/AutoHideScrollLayout.stories.jsx
A web-jspack/org.openbravo.core2/src/components/AutoHideScrollLayout/stories/AutoHideScrollLayout.stories.scss
A web-jspack/org.openbravo.core2/src/components/AutoHideScrollLayout/stories/CollapsibleComponents.config.json
M web-jspack/org.openbravo.core2/src/ob-init.js
---
(0158751)
hgbot (developer)
2024-01-02 09:34

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 6979972b897b925012251d336f66771f7292aa8f
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 02-01-2024 09:28:39
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/6979972b897b925012251d336f66771f7292aa8f [^]

Related to ISSUE-54088: Product Search filters should he hidden when user scrolls down in portrait

---
A web-jspack/org.openbravo.pos2/src-test/cypress/fixtures/integrationFixtures/PortraitMode.json
A web-jspack/org.openbravo.pos2/src-test/cypress/fixtures/integrationFixtures/PortraitProductSearchLayout.json
A web-jspack/org.openbravo.pos2/src-test/cypress/integration/portraitProductSearchLayout.int.spec.js
A web-jspack/org.openbravo.pos2/src/components/ProductSearch/ProductSearchContent/ProductSearchContentFilters.config.json
A web-jspack/org.openbravo.pos2/src/components/ProductSearch/ProductSearchPortraitLayout/ProductSearchPortraitLayout.jsx
A web-jspack/org.openbravo.pos2/src/components/ProductSearch/ProductSearchPortraitLayout/index.js
M web-jspack/org.openbravo.pos2/src-test/cypress/functions/productSearch.js
M web-jspack/org.openbravo.pos2/src-test/cypress/runAllSpecs/runIntegrationSpecsPOS2.spec.js
M web-jspack/org.openbravo.pos2/src/components/ProductSearch/ProductSearchContent/ProductSearchContent.portrait.config.json
M web-jspack/org.openbravo.pos2/src/components/ProductSearch/ProductSearchContent/ProductSearchContent.scss
M web-jspack/org.openbravo.pos2/src/ob-init.js
---
(0158752)
hgbot (developer)
2024-01-02 09:39

Merge request closed: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2286 [^]
(0159196)
hgbot (developer)
2024-01-11 17:15

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: bf2b5dee08513ae953ecde98107e5de7488253fb
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 11-01-2024 16:15:11
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/bf2b5dee08513ae953ecde98107e5de7488253fb [^]

Related to ISSUE-54088: Created Story that demonstrates how to integrate AutoHideScrollLayout with a Grid as the scrollable content

---
A web-jspack/org.openbravo.core2/src/components/Grid/stories/ListViewStaticRender.jsx
M web-jspack/org.openbravo.core2/src/components/AutoHideScrollLayout/stories/AutoHideScrollLayout.stories.jsx
M web-jspack/org.openbravo.core2/src/components/AutoHideScrollLayout/stories/AutoHideScrollLayout.stories.scss
M web-jspack/org.openbravo.core2/src/components/Grid/stories/ResponsiveGrid.stories.jsx
---
(0159197)
hgbot (developer)
2024-01-11 17:15

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1315 [^]

- Issue History
Date Modified Username Field Change
2023-12-07 17:16 jarmendariz New Issue
2023-12-07 17:16 jarmendariz Assigned To => jarmendariz
2023-12-07 17:16 jarmendariz Triggers an Emergency Pack => No
2023-12-11 16:53 hgbot Note Added: 0158052
2023-12-11 16:53 jarmendariz Status new => scheduled
2023-12-12 17:41 hgbot Note Added: 0158112
2023-12-29 16:29 hgbot Note Added: 0158742
2024-01-02 09:34 hgbot Note Added: 0158749
2024-01-02 09:34 hgbot Resolution open => fixed
2024-01-02 09:34 hgbot Status scheduled => closed
2024-01-02 09:34 hgbot Fixed in Version => 24Q1
2024-01-02 09:34 hgbot Note Added: 0158750
2024-01-02 09:34 hgbot Note Added: 0158751
2024-01-02 09:39 hgbot Note Added: 0158752
2024-01-11 17:15 hgbot Note Added: 0159196
2024-01-11 17:15 hgbot Note Added: 0159197


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker