-
Notifications
You must be signed in to change notification settings - Fork 1
Add issue note about slider functionality #1
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| having slider issue don't use this website | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| having slider issue don't use this website | |
| Slider issue: On some browsers, the homepage image slider does not advance correctly when users click the "Next" or "Previous" controls. | |
| Steps to reproduce: | |
| 1. Open the homepage. | |
| 2. Wait for the hero image slider to appear. | |
| 3. Click the "Next" arrow/button repeatedly. | |
| Observed behavior: | |
| - In certain cases, the slide freezes on the current image and no longer advances. | |
| - The slider indicators (dots) may become out of sync with the displayed slide. | |
| Expected behavior: | |
| - Each click on "Next" or "Previous" should reliably move to the adjacent slide. | |
| - The indicators should always match the currently displayed slide. | |
| Affected environments (so far): | |
| - Chrome (latest) on Windows 10 and Windows 11. | |
| - Safari (latest) on iOS (iPhone and iPad). | |
| - Firefox appears unaffected in initial testing. | |
| Known workarounds: | |
| - Users can refresh the page; the slider typically works again for a short time. | |
| - Keyboard navigation (left/right arrows) continues to work even when the mouse click controls freeze. | |
| Planned fix: | |
| - Investigate slider initialization and event listeners to ensure clicks are debounced and state is not corrupted. | |
| - Add automated tests for slider navigation across supported browsers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This message contains spelling and grammatical errors. It should be a properly capitalized sentence with correct punctuation.