OWASP / OWASP/OpenCRE

Hide scroll-down arrow button when reaching the bottom of the page

Open
#815 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
180
Forks
137
Avg merge
3d 23h
Merged PRs (30d)
21

Description

Description:

On the landing page of OpenCRE, the scroll-down arrow button remains visible even after reaching the bottom of the page.

For a better user experience, the arrow button should be hidden once the user reaches the bottom of the page.

Expected Behavior:

The scroll-down arrow button should disappear when the page is fully scrolled to the bottom.

Actual Behavior:

The arrow button is still visible at the bottom of the page.

Suggested Improvement:

Add a condition to detect when the user reaches the bottom of the page and hide the arrow button accordingly.

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the OpenCRE landing page and the scroll-down arrow button implementation, then inspect how scrolling is currently detected. Confirm the behavior at the bottom of the page and verify that the arrow is hidden there while remaining available before the bottom is reached.

Written by the indexing model from the issue text.

Assessment

Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.