After hiding and unhiding commit checks, there are only four checks available #11962

Closed
opened 2025-11-02 09:52:59 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @lng2020 on GitHub (Nov 6, 2023).

Description

take https://gitea.com/xorm/xorm/pulls/2364 for example.
This PR has eight checks. After hiding and unhiding commit checks, there are only four checks on the web page.
Regression of https://github.com/go-gitea/gitea/pull/26284
cc @yp05327

Screenshots

Before:
before
After:
after

Gitea Version

current main

Can you reproduce the bug on the Gitea demo site?

Yes

Operating System

No response

Browser Version

none

Originally created by @lng2020 on GitHub (Nov 6, 2023). ### Description take https://gitea.com/xorm/xorm/pulls/2364 for example. This PR has eight checks. After hiding and unhiding commit checks, there are only four checks on the web page. Regression of https://github.com/go-gitea/gitea/pull/26284 cc @yp05327 ### Screenshots Before: ![before](https://github.com/go-gitea/gitea/assets/70063547/f9307d34-9fac-4725-a1bd-c02a5c599dbd) After: ![after](https://github.com/go-gitea/gitea/assets/70063547/c9ce519a-7964-470f-aa91-8a5f8754affd) ### Gitea Version current main ### Can you reproduce the bug on the Gitea demo site? Yes ### Operating System _No response_ ### Browser Version none
GiteaMirror added the type/bugtopic/ui labels 2025-11-02 09:52:59 -06:00
Author
Owner

@lng2020 commented on GitHub (Nov 6, 2023):

The scroll bar of these commit lists sometimes messes with the scroll bar of the whole web page. Though failed to find a way to steadily reproduce it.

@lng2020 commented on GitHub (Nov 6, 2023): The scroll bar of these commit lists sometimes messes with the scroll bar of the whole web page. Though failed to find a way to steadily reproduce it.
Author
Owner

@lng2020 commented on GitHub (Nov 6, 2023):

Perhaps we should not confine the height.
8557a9455b/web_src/css/repo.css (L3082-L3086)

@lng2020 commented on GitHub (Nov 6, 2023): Perhaps we should not confine the height. https://github.com/go-gitea/gitea/blob/8557a9455b06c2e17982e9bae5263617500cf5b4/web_src/css/repo.css#L3082-L3086
Author
Owner

@wxiaoguang commented on GitHub (Nov 6, 2023):

-> Fix the overflow style for "Hide all checks" #27932

@wxiaoguang commented on GitHub (Nov 6, 2023): -> Fix the overflow style for "Hide all checks" #27932
Author
Owner

@silverwind commented on GitHub (Nov 7, 2023):

https://github.com/go-gitea/gitea/pull/27932 changes it to 6 visible items.

@silverwind commented on GitHub (Nov 7, 2023): https://github.com/go-gitea/gitea/pull/27932 changes it to 6 visible items.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11962