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

Dragging items between and within columns in project boards #33482

Open
bartvdbraak opened this issue Feb 3, 2025 · 5 comments · Fixed by #33496
Open

Dragging items between and within columns in project boards #33482

bartvdbraak opened this issue Feb 3, 2025 · 5 comments · Fixed by #33496
Labels

Comments

@bartvdbraak
Copy link

bartvdbraak commented Feb 3, 2025

Description

Our triagers reported the following user experience issues with Project boards after updating to Gitea 1.23.1:

  • Project boards are now displayed as a table where the height matches the tallest column. Previously, they were constrained to fit within the browser view, with individual scrollbars for each column. This change makes dragging items between columns—especially from the bottom of one column to the top of another—more difficult.

  • Moving an item laterally within a project board column appears to trigger an event, when it should likely just update its column placement.

Image

Gitea Version

1.23.1 built with GNU Make 4.4.1, go1.23.5 : bindata, timetzdata, sqlite, sqlite_unlock_notify

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

2.47.2

Operating System

Ubuntu 24.04

How are you running Gitea?

Docker Compose with source of truth at https://github.com/blender/gitea

Database

PostgreSQL

@wxiaoguang
Copy link
Contributor

wxiaoguang commented Feb 3, 2025

  • Workboards are now displayed as a table where the height matches the tallest column. Previously, they were constrained to fit within the browser view, with individual scrollbars for each column. This change makes dragging items between columns—especially from the bottom of one column to the top of another—more difficult.

Related to feat(#31666): Set the columns height to hug all its contents (#31726) ?

  • (Just FYI, I haven't really looked into it, help is welcome!)
the second one (moving issue in column) has been resolved
  • Moving an item laterally within a Workboard column appears to trigger an event, when it should likely just update its column placement.

Related to Add issue comment when moving issues from one column to another of the project (#29311) FIXED BY #33496 and its backport

@wxiaoguang wxiaoguang changed the title Dragging items between and within columns in Workboards Dragging items between and within columns in project boards Feb 3, 2025
@lunny

This comment has been minimized.

@wxiaoguang

This comment has been minimized.

@lunny

This comment has been minimized.

@wxiaoguang
Copy link
Contributor

The first one is still unresolved (ps: actually I haven't really looked into it, if anyone has ideas, welcome to help, thank you!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants