Description
Two related scrolling bugs have been identified in Pictique on mobile involving image limits on different pages:
- Profile Page — When a user has more than 6 images, the page does not allow scrolling, so the images beyond the visible area cannot be reached or viewed.
- Create Post Page — When a user adds more than 4 images, the Post button becomes hidden below the fold and cannot be reached by scrolling.
Both issues prevent users from completing core actions when they have a higher number of images.
Steps to Reproduce
Bug 1 – Profile Page:
- Open Pictique on mobile.
- Navigate to a user's Profile page.
- Ensure the profile has more than 6 images.
- Attempt to scroll down to view all images.
- Observe that scrolling is not possible and images beyond the 6th are inaccessible.
Bug 2 – Create Post Page:
- Open Pictique on mobile.
- Navigate to the Create Post page.
- Attach more than 4 images to the post.
- Attempt to scroll down to reach the Post button.
- Observe that the Post button is hidden and cannot be reached by scrolling.
Expected Behavior
- Profile Page: The page should be fully scrollable regardless of the number of images, allowing the user to view all uploaded images.
- Create Post Page: The page should remain scrollable when more than 4 images are added, keeping the Post button accessible at all times.
Supporting Media
No screenshots provided. Reported verbally by Sahil.
Device & Environment
- App: Pictique
- Platform: Mobile
- OS: Not specified
- Browser/App version: Not specified
Additional Context
Reported by Sahil. Both bugs appear to be related to overflow/scroll container constraints when the image count exceeds a certain threshold. Likely a CSS overflow or fixed-height container issue on both pages.
Description
Two related scrolling bugs have been identified in Pictique on mobile involving image limits on different pages:
Both issues prevent users from completing core actions when they have a higher number of images.
Steps to Reproduce
Bug 1 – Profile Page:
Bug 2 – Create Post Page:
Expected Behavior
Supporting Media
No screenshots provided. Reported verbally by Sahil.
Device & Environment
Additional Context
Reported by Sahil. Both bugs appear to be related to overflow/scroll container constraints when the image count exceeds a certain threshold. Likely a CSS overflow or fixed-height container issue on both pages.