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

Window size change causes unclickable images. #256

Closed
kimmustcode opened this issue Jun 7, 2024 · 5 comments · Fixed by #279
Closed

Window size change causes unclickable images. #256

kimmustcode opened this issue Jun 7, 2024 · 5 comments · Fixed by #279
Labels
Priority: High An important issue requiring attention Type: Bug Something isn't working as intended Type: UI/UX User interface and/or user experience

Comments

@kimmustcode
Copy link

When I make my window smaller, it causes a number of images from the bottom to not be clickable.

@CyanVoxel CyanVoxel added Type: Bug Something isn't working as intended Priority: Critical An issue that requires immediate attention Type: UI/UX User interface and/or user experience labels Jun 7, 2024
@CyanVoxel
Copy link
Member

I've experienced this on occasion as well, but have never been able to reliably reproduce it.

@CyanVoxel CyanVoxel added Priority: High An important issue requiring attention and removed Priority: Critical An issue that requires immediate attention labels Jun 7, 2024
@PeterBouSaada
Copy link

Does this happen when you resize horizontally, vertically, or both?

@CyanVoxel
Copy link
Member

I'm relaying a report of this happening to someone when they resized the preview panel, at least confirming that this is an issue with the grid panel itself and not the window as a whole

@CyanVoxel
Copy link
Member

CyanVoxel commented Jun 12, 2024

I've now been able to consistently replicate this issue by creating a library with exactly 312 items on screen and adjusting the grid view so that it's either 5 or 6 columns wide. In both cases the last 44 items are unselectable.

@CyanVoxel
Copy link
Member

I've found the issue. The invisible ItemThumb objects that get hidden from view when viewing a page with less than the maximum number of items would, under very specific circumstances, sometimes cover and block the mouse input of other ItemThumbs. I'm submitting a PR with a fix now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High An important issue requiring attention Type: Bug Something isn't working as intended Type: UI/UX User interface and/or user experience
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants