Skip to content

Scroll issues when exceeding image limits on Profile and Create Post pages #1076

Description

@plansombl

Description

Two related scrolling bugs have been identified in Pictique on mobile involving image limits on different pages:

  1. 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.
  2. 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:

  1. Open Pictique on mobile.
  2. Navigate to a user's Profile page.
  3. Ensure the profile has more than 6 images.
  4. Attempt to scroll down to view all images.
  5. Observe that scrolling is not possible and images beyond the 6th are inaccessible.

Bug 2 – Create Post Page:

  1. Open Pictique on mobile.
  2. Navigate to the Create Post page.
  3. Attach more than 4 images to the post.
  4. Attempt to scroll down to reach the Post button.
  5. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpriority - 3Bug affects functionality, but it's not urgent.

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions