[GH-ISSUE #1086] Album / Artist Pages not showing everything on certain browsers (Windows) #635

Closed
opened 2026-02-26 02:33:48 +03:00 by kerem · 2 comments
Owner

Originally created by @saltydk on GitHub (Sep 21, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/1086

Tested my setup in Chrome (77.0.3865.90), Firefox (69.0.1), Opera (63.0.3368.94) and Edge (44.18362.267.0). Only Edge was able to do any scrolling on the Arists / Albums pages while the other browsers will show exactly 9 items with no scrolling possible. The odd thing is that Chrome works when used on OSX (Mojave).

I'm using the newest v.4.0.0 with these being the steps I used around github:

git clone --recurse-submodules https://github.com/phanan/koel.git .
git checkout v4.0.0
git submodule update --init --recursive
composer install
php artisan koel:init

All songs lists every sync'd song and allows for scrolling just fine and playback is working without any issues. I can manually browse to any artist as well and search can find anything sync'd.

Originally created by @saltydk on GitHub (Sep 21, 2019). Original GitHub issue: https://github.com/koel/koel/issues/1086 Tested my setup in Chrome (77.0.3865.90), Firefox (69.0.1), Opera (63.0.3368.94) and Edge (44.18362.267.0). Only Edge was able to do any scrolling on the Arists / Albums pages while the other browsers will show exactly 9 items with no scrolling possible. The odd thing is that Chrome works when used on OSX (Mojave). I'm using the newest v.4.0.0 with these being the steps I used around github: ``` git clone --recurse-submodules https://github.com/phanan/koel.git . git checkout v4.0.0 git submodule update --init --recursive composer install php artisan koel:init ``` All songs lists every sync'd song and allows for scrolling just fine and playback is working without any issues. I can manually browse to any artist as well and search can find anything sync'd.
kerem closed this issue 2026-02-26 02:33:48 +03:00
Author
Owner

@saltydk commented on GitHub (Sep 21, 2019):

If I resize the window containing koel it somehow enables scrolling. Resolution issue maybe? I'm running 2560x1440.

<!-- gh-comment-id:533790729 --> @saltydk commented on GitHub (Sep 21, 2019): If I resize the window containing koel it somehow enables scrolling. Resolution issue maybe? I'm running 2560x1440.
Author
Owner

@phanan commented on GitHub (Sep 22, 2019):

This is a known issue :) Koel detects when you scroll to the bottom of the album/artist list container to load the next batch. For extra high resolutions where the container can contain more than 9 items without the need of a scrollbar, this never happens, hence the bug. I'll fix it in a next release. For now, just resize the browser :)

<!-- gh-comment-id:533899580 --> @phanan commented on GitHub (Sep 22, 2019): This is a known issue :) Koel detects when you scroll to the bottom of the album/artist list container to load the next batch. For extra high resolutions where the container can contain more than 9 items without the need of a scrollbar, this never happens, hence the bug. I'll fix it in a next release. For now, just resize the browser :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#635
No description provided.