This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
bug: Unable to scroll through long image caption indirectly #160
Labels
bug
Something isn't working
Comments
This could actually be two factors it could be a issue with photoswipe (the module that is used for displaying those views) https://photoswipe.com/ Or by the custom CSS Misskey applies to it Sharkey/packages/frontend/src/components/MkMediaList.vue Lines 366 to 397 in 19fc5a7
As no one on our team really knows CSS it would be of help if some other people could look at this. |
Noted. I've also updated the issue to update the fact that it does work via touch, at least on mobile. Not sure if it works via touch on desktop. On my end so far with the Frontend Environment I'm testing, scrolling only does not work using the mouse scroll wheel or trackpad, while on desktop. |
Insert5StarName
changed the title
Unable to scroll through long image caption indirectly
bug: Unable to scroll through long image caption indirectly
Nov 27, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
💡 Summary
As per title: "Unable to scroll through long image caption indirectly". I wish I could describe it better but what I mean by indirectly is by hovering or pressing on the location where the image caption is, and scrolling via scroll wheel, or trackpad - neither of them works. Scrolling only works when scrolling "directly" or "actively" via the scroll bar while on desktop/mobile, or via touch (at least on mobile).
🥰 Expected Behavior
Scrolling on the image caption indirectly using touch (i.e. on mobile), scroll wheel, or trackpad should scroll through the image caption as per user input.
Scrolling on the image caption directly using the provided scroll bar desktop/mobile should scroll through the image caption as per scroll bar movement.
🤬 Actual Behavior
Scrolling on the image caption indirectly on desktop using scroll wheel, or trackpad does not work ❌
Scrolling on the image caption indirectly on mobile using touch works ✔️
Scrolling on the image caption directly using the provided scroll bar on desktop/mobile works and does scroll through the image caption as per scroll bar movement ✔️
📝 Steps to Reproduce
💻 Frontend Environment
🛰 Backend Environment (for server admin)
The text was updated successfully, but these errors were encountered: