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

Touch Drag - Drop Down Menus are interfering #6489

Closed
1 of 7 tasks
modmew8 opened this issue Apr 2, 2019 · 2 comments
Closed
1 of 7 tasks

Touch Drag - Drop Down Menus are interfering #6489

modmew8 opened this issue Apr 2, 2019 · 2 comments
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented topic/ui Change the appearance of the Gitea UI

Comments

@modmew8
Copy link
Contributor

modmew8 commented Apr 2, 2019

  • Gitea version (or commit ref): current try.gitea.io
  • Git version: not relevant
  • Operating system: not relevant
  • Database (use [x]): not relevant
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

When navigating through the issue list on mobile and touchscreen devices you can't scroll when touching the dropdown menus. Instead, the touch down event leads to opening the dropdown menu, making it impossible to start a drag gesture around that area.

Screenshots

image

Starting to drag in the red bordered area opens the dropdown menu making it impossible to touch there to start dragging down.

Possible resolution?

I observed this issue on many touch input enabled applications, whenever they use the "touch down" event as a trigger. While this works well for mouse operation, this is impacting touch input heavily. Therefore lots of libraries support input gesture detection like "touched" or "clicked" - otherwise combine "touch down" and "touch up" events to detect "touched" and separate it from "touch drag".

Maybe the triggering event may be changed for these dropdown menues?

@lafriks lafriks added the topic/ui Change the appearance of the Gitea UI label Apr 4, 2019
@stale
Copy link

stale bot commented Jun 3, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale stale bot added the issue/stale label Jun 3, 2019
@lunny lunny added the issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented label Jun 6, 2019
@stale stale bot removed the issue/stale label Jun 6, 2019
@wxiaoguang
Copy link
Contributor

It has been fixed by Fix Fomantic UI's touchstart fastclick, always use click for click events #23065

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented topic/ui Change the appearance of the Gitea UI
Projects
None yet
Development

No branches or pull requests

4 participants