-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrolling is little irritating #970
Comments
➤ Bartosz Herba commented: Marcin Kwiatkowski Makes sense, we should also make sure that after applying filters we scroll to the category navbar not the very top of the page (currently we jump to the very top with cms content which is not really what user want to see at that time) |
➤ Artur Tagisow commented: This is caused by StorefrontUI’s SfSidebar’s disableBodyScroll, see https://github.com/vuestorefront/storefront-ui/blob/d5b646a6344e0ab4f5dad214458662af7c8bbd57/packages/vue/src/components/organisms/SfSidebar/SfSidebar.vue#L146 ( https://github.com/vuestorefront/storefront-ui/blob/d5b646a6344e0ab4f5dad214458662af7c8bbd57/packages/vue/src/components/organisms/SfSidebar/SfSidebar.vue#L146 ) |
➤ Artur Tagisow commented: fix: prevent SfSidebar disableBodyScroll triggering on desktop As part of vuestorefront/storefront-ui#619 ( https://github.com/vuestorefront/storefront-ui/pull/619|smart-link )
|
➤ Artur Tagisow commented: To QA: I checked a bit but I’m worried that this could introduce some issues with the filter sidebar, particularly on mobile. Please check if there isn’t any unwanted behavior - it could be some issues like eg. add filters in sidebar, hide sidebar, make sidebar appear again → filters don’t persist - or something similar. If they don’t happen, great |
➤ Bartosz Herba commented: Artur Tagisow Could you create an issue ticket for the SFUI? |
➤ Artur Tagisow commented: We’re SfSidebar in a non-standard way though - there is a custom our own sidebar for the filters, but SfSidebar for the mobile view. I think Storefrount UI intends SfSidebar to be used uniformly so our case is unsupported Bartosz Herba |
➤ Artur Tagisow commented: Not sure if I should assign Tomasz Korczak or Gabriel Golla |
➤ Gabriel Golla commented: Artur Tagisow assign everything to me 😉 |
➤ Gabriel Golla commented: To be honest I don’t see any changes… Issue reported by Tomek is still occurring. |
➤ Gabriel Golla commented: OK, scrolling after applying/clearing filters works good and page is scrolled up to the top. Confirmed using following browsers:
Milosh Belter would take a look also on your iPhone? Unfortunately we still don’t have full access to Lambda Test… |
➤ Milosh Belter commented: Gabriel Golla just checked it on iPhone 12 - it’s working fine for me - no issues (both Safari and Chrome) |
For example:
Acceptance criteria
┆Attachments: Screenshot 2022-05-09 at 14.31.06.png
The text was updated successfully, but these errors were encountered: