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

Page does not auto-scroll up when dragging elements on long read list #1652

Closed
5 tasks done
WeedLordVegeta420 opened this issue Aug 14, 2024 · 1 comment
Closed
5 tasks done
Labels
bug Something isn't working released WebUI Need works in the WebUI

Comments

@WeedLordVegeta420
Copy link

WeedLordVegeta420 commented Aug 14, 2024

Steps to reproduce

  1. Create a read list with enough elements such that when editing elements you must scroll to view all items.
  2. Enter Edit Elements mode on this read list. Scroll to the last item of the list and attempt to drag it to the top of the list.

Expected behavior

When dragging an element from the top of the page to the bottom, the page automatically scrolls when the draggable item is held at the bottom edge of the page. This same functionality should work when dragging an element from the bottom to the top.

Actual behavior

The page does not automatically scroll up.

Logs

No response

Komga version

1.11.2

Operating system

Windows 11

Installation method

from download.komga.org

Other details

Browser:

  • Chrome v127.0.6533.100
  • Edge 127.0.2651.98

I'm not sure of how exactly the VueDraggable component works or is configured, but what I've found is that if I set the search bar header to "display: none" then I can actually drag elements up the page with the autoscroll working. So, it seems that the header search bar is blocking whatever hover/drag events are triggering the automatic scrolling.

Acknowledgements

  • I have searched the existing issues (open AND closed) and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I have checked the FAQ.
  • I have updated the app to the latest version.
  • I will fill out all of the requested information in this form.
@gotson gotson added cannot reproduce The situation cannot be reproduced by the developers WebUI Need works in the WebUI and removed triage labels Aug 14, 2024
@WeedLordVegeta420 WeedLordVegeta420 changed the title Can't drag items up when editing elements of long read list Page does not auto-scroll up when editing elements of long read list Aug 17, 2024
@WeedLordVegeta420 WeedLordVegeta420 changed the title Page does not auto-scroll up when editing elements of long read list Page does not auto-scroll up when dragging elements on long read list Aug 17, 2024
@gotson gotson removed the cannot reproduce The situation cannot be reproduced by the developers label Aug 23, 2024
@gotson gotson closed this as completed in 835bff4 Aug 23, 2024
@gotson gotson added the bug Something isn't working label Aug 23, 2024
Copy link
Contributor

🎉 This issue has been resolved in 1.11.3 (Release Notes)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working released WebUI Need works in the WebUI
Projects
None yet
Development

No branches or pull requests

2 participants