Skip to content
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

isolated Chrome and Firefox bug: Artist pages do not show ALL creations if they are small (includes workaround solution) #1014

Open
wretchComplex opened this issue Jul 22, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@wretchComplex
Copy link

wretchComplex commented Jul 22, 2021

With Firefox & Chrome browsers on desktop:
The creations tab on my HEN profile (and some others) does not display all of the artwork; it only displays the latest 20 OBJKTs.
This is very specific to affecting only artists that have most recently minted about 20 pieces of particularly small art;
but there is a work-around.

HEN appears to load the first 20 OBJKTs on all artist's creation pages, it then waits for activity from the browser's scrollbar before loading more. However, when the sum of the art is too small, and in a large browser window: the webpage is not scroll-able. Thus, it will not load more OBJKTs because there is no scrolling.

(the bug does not occur in Edge or Opera; these browsers must recognize we're already at the bottom of the page; and will always load all of the art) edit: okay sometimes it happens in microsoft Edge too.

To Reproduce, (including workaround solution)
Steps to reproduce the behavior:

  1. In Firefox or Chrome, go to a HEN page with lots of small low resolution OBJKTS, like my own:
    https://www.hicetnunc.xyz/SadwareComputerClub
  2. Notice it only loads 20 OBJKTs if your browser is maximized on a large monitor.
  3. Resize the browser window to be smaller, this will enable the browser's scrollbars.
  4. The rest of the OBJKTS will load once you can scroll on the page. Feel free to maximize your window again.

OS: Windows 10
Browsers:
Firefox 90.0.2 (64 bit)
Chrome 92.0.4515.107 (64 bit)

@wretchComplex wretchComplex added the bug Something isn't working label Jul 22, 2021
@violetforest
Copy link
Collaborator

mmm this is weird. @kylegrover do you have any ideas as to why this might be happening?

@kylegrover
Copy link
Collaborator

mmm yeah a theory at least, it only triggers on scroll so when you can't scroll it doesn't check any more.
but actually on my screen there's always space to scroll, because of this weird css in bottom banner that I would otherwise consider a bug

html {
margin-bottom: 10px!important;
@include respond-to('phone') {
margin-bottom: 20px!important;
.container {
padding: 5px;
font-size: 13px;
}
}
}

so I can't recreate this problem

@wretchComplex
Copy link
Author

wretchComplex commented Jul 24, 2021

Sorry, accidentally clicked the close button while typing this comment.

Anyway. @kylegrover, you might be able to recreate the problem by using your browser's zoom function to make the page smaller than 100%.
(in my case, in addition to scaling the window smaller: zooming in on the page with ctrl+mouse wheel can also trigger scrolling)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants